PHP function pclose()
Availability in PHP 4.0
Closes process file pointer
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$handle |
resource |
not | The file pointer must be valid, and must have been returned by a successful call to popen. |
Return values
int
the termination status of the process that was run.