(PHP 4 , PHP 5)
shell_exec -- Esegue un comando attraverso la shell e restituisce l'output completo come stringaQuesta funzione è identica all'operatore backtick.
Nota: Questa funzione è disabilitata nella modalitàsafe-mode
Vedere anche exec() e escapeshellcmd().