Forum und email

pclose

(PHP 4, PHP 5)

pclose — Closes process file pointer

Leírás

int pclose ( resource $handle )

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

Paraméterek

handle

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

Visszatérési értékek

Returns the termination status of the process that was run.

Lásd még