proc_close

 

]Podporované v PHP 4 >= 4.3.0, PHP 5 

Syntax


int proc_close ( resource $process )

Popis


Príkaz jazyka PHP
Close a process opened by proc_open() and return the exit code of that 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.

Parameter process - The proc_open resource that will be closed.

Návratové hodnoty


Returns the termination status of the process that was run.

]



vytlačiť článok  hľadať súvisiace články 

Chat ku článku

Vyhľadávanie na stránke
Reklama
Náhodný obrázok
náhodný obrázok
Kontakty

Martin Kasman, M Software
Smreková 3095/23
Email: martin@kasman.sk

Telefón: 0908 270 294