February 2013
Intermediate to advanced
538 pages
20h 55m
English
escapeshellarg
string escapeshellarg(string argument)Properly escapes argument so it can
be used as a safe argument to a shell function. When directly passing
user input (such as from forms) to a shell command, you should use
this function to escape the data to ensure that the argument isn’t a
security risk.
Read now
Unlock full access