Easy Tutorial
❮ Func Zip Entry Read Php Ref Ftp ❯

PHP popen() Function



Definition and Usage

The popen() function opens a process file pointer with the command specified in the command parameter.

If it fails, the function returns FALSE.

Syntax

Parameter Description
command Required. Specifies the command to be executed.
mode Required. Specifies the connection mode. Possible values: r: Read only.<br> w: Write only (opens and empties an existing file or creates a new file)

Examples


❮ Func Zip Entry Read Php Ref Ftp ❯