PHP3 Manual
PrevNext

pclose

pclose -- close process file pointer

Description

int pclose(int fp);

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

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

Returns true if successful and false otherwise.

See also popen().


PrevHomeNext
mkdirUppopen