From professional translators, enterprises, web pages and freely available translation repositories.
see also escapeshellarg(), exec(), popen(), system(), and the backtick operator.
see also escapeshellarg(), exec(), popen(), system(), and the backtick operator.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
escapeshellarg() adds single quotes around a string and quotes/escapes any existing single quotes allowing you to pass a string directly to a shell function and having it be treated as a single safe argument. this function should be used to escape individual arguments to shell functions coming from user input. the shell functions include exec(), system() and the backtick operator. a standard use would be:
this function should be used to escape individual arguments to shell functions coming from user input.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: