PHP Function List
shell_exec() doesn't exist. Closest matches:
- shell_exec
- ssh2_exec
- sqlite_exec
- pspell_check
- curl_exec
- mssql_execute
- ibase_execute
- hexdec
- pspell_new
- pcntl_exec
- mysqli_execute
- sqlsrv_execute
- curl_multi_exec
- pg_send_execute
- shmop_delete
- exec
- db2_exec
- ovrimos_exec
- ftp_exec
- pspell_new_config
Site Search Results
-
shell_exec (PHP 4, PHP 5) shell_exec — Execute command via shell and return the complete output as a string
-
However mor appropriate would be to refer to shell_exec(), since passthrough will output the result (just like print()) whereas shell_exec() will give the whole output as a $string ...
-
Program execution Functions - Manualshell_exec and similiar functions won't display it, you must do your output as follows: fprintf(stdout, "some text"); and then shell_exec and so will correctly read stdout (spent ...
-
I have searched, but I cannot find the exact size of the buffer used by the backtick operator and shell_exec. So, to avoid this error, you must limit the output of your commands ...
-
Safe Mode Table of Contents. Security and Safe Mode; Functions restricted/disabled by safe mode; The PHP safe mode is an attempt to solve the shared-server security problem.
-
<?php $output = shell_exec ("echo $input | /the/command"); ?> Unfortunately, this is a *bad idea* and will make your script unportable, providing a very hard-to-trace bug on some ...
-
Program execution Functions; escapeshellarg; escapeshellcmd; exec; passthru; proc_ close; proc_ get_ status; proc_ nice; proc_ open; proc_ terminate; shell_ exec; system
-
This lets user embed shell variables such as $PATH into commands, which you may or may not want to allow. I'm using shell_exec() because I need the entire command as one string ...
-
setprefs.php:// Most browsers accept a wider set of color names silly.php: $answer = shell_exec ("grep 'set of color names' *.php "); silly.php:// $sys = system ("grep 'set of color ...
-
shell_exec — Execute command via shell and return the complete output as a string; system — Execute an external program and display the output

Other forms of search
To search the string "shell_exec()" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
