JavaScript Editor Javascript debugger     Website design 


pclose

Closes process file pointer (PHP 4, PHP 5)
int pclose ( resource handle )

Closes a file pointer to a pipe opened by popen().

Parameters

handle

The file pointer must be valid, and must have been returned by a successful call to popen().

Return Values

Returns the termination status of the process that was run.

See Also
popen()