From professional translators, enterprises, web pages and freely available translation repositories.
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.
zurück
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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.
die funktion gibt lediglich die letzte zeile aus dem befehlsergebnis zurück.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: