|
escapeshellcmd |
Échappe les caractères spéciaux dans une commande destinée à être passée au shell |
|
|
string escapeshellcmd( string command )
|
|
exec |
Exécute une commande shell et retourne la dernière ligne produite |
|
|
string exec( string command, string [ array ], int [ return_var ] )
|
|
passthru |
Exécute une commande shell et retourne le résultat intégral au client Web |
|
|
string passthru( string command, int [ return_var ] )
|
|
system |
Exécute une commande shell et retourne la sortie produite |
|
|
string system( string command, int [ return_var ] )
|