php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
exec.h File Reference

Go to the source code of this file.

Functions

 PHP_MINIT_FUNCTION (proc_open)
 
 PHP_MINIT_FUNCTION (exec)
 
PHPAPI zend_stringphp_escape_shell_cmd (const zend_string *unescaped_cmd)
 
PHPAPI zend_stringphp_escape_shell_arg (const zend_string *unescaped_arg)
 
PHPAPI int php_exec (int type, const char *cmd, zval *array, zval *return_value)
 

Function Documentation

◆ php_escape_shell_arg()

PHPAPI zend_string * php_escape_shell_arg ( const zend_string * unescaped_arg)

Definition at line 390 of file exec.c.

◆ php_escape_shell_cmd()

PHPAPI zend_string * php_escape_shell_cmd ( const zend_string * unescaped_cmd)

Definition at line 280 of file exec.c.

◆ php_exec()

PHPAPI int php_exec ( int type,
const char * cmd,
zval * array,
zval * return_value )

Definition at line 112 of file exec.c.

◆ PHP_MINIT_FUNCTION() [1/2]

PHP_MINIT_FUNCTION ( exec )

Definition at line 56 of file exec.c.

◆ PHP_MINIT_FUNCTION() [2/2]

PHP_MINIT_FUNCTION ( proc_open )