PHP-Fusion
v.7.01 |
AP-Fusion
v7.02.05 |
Pimped-Fusion-AP
v0.09.03 |
October 31 2024 03:42:53 |
|
proc_close(PHP 4 >= 4.3.0, PHP 5) proc_close -- Close a process opened by proc_open() and return the exit code of that process.Описаниеint proc_close ( resource process )proc_close() is similar to pclose() except that it only works on processes opened by proc_open(). proc_close() waits for the process to terminate, and returns its exit code. If you have open pipes to that process, you should fclose() them prior to calling this function in order to avoid a deadlock - the child process may not be able to exit while the pipes are open.
|
|
10,213,225 уникальных посетителей | Iceberg by Harly |