Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
if you need to execute a command and have all the data from the command passed directly back without any interference, use the passthru() function.
prev
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
exec() executes the given command, however it does not output anything. it simply returns the last line from the result of the command. if you need to execute a command and have all the data from the command passed directly back without any interference, use the passthru() function.
if the array argument is present, then the specified array will be filled with every line of output from the command.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: