|
pcloseCloses process file pointer Description
int pclose
( resource
$handle
)Closes a file pointer to a pipe opened by popen. Parameters
Return ValuesReturns the termination status of the process that was run. In case of an error then -1 is returned.
Examples
Example #1 pclose example
<?php Notes
See Also
|