Results for escapeshellcmd translation from Chinese (Simplified) to English

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Chinese (Simplified)

English

Info

Chinese (Simplified)

see also exec(), passthru(), popen(), escapeshellcmd(), and the backtick operator.

English

see also exec(), passthru(), popen(), escapeshellcmd(), and the backtick operator.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Chinese (Simplified)

see also system(), passthru(), popen(), escapeshellcmd(), and the backtick operator.

English

see also system(), passthru(), popen(), escapeshellcmd(), and the backtick operator.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Chinese (Simplified)

see also exec(), system(), passthru(), popen(), escapeshellcmd(), and the backtick operator.

English

see also exec(), system(), passthru(), popen(), escapeshellcmd(), and the backtick operator.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Chinese (Simplified)

if you are going to allow data coming from user input to be passed to this function, then you should be using escapeshellarg() or escapeshellcmd() to make sure that users cannot trick the system into executing arbitrary commands.

English

if you are going to allow data coming from user input to be passed to this function, then you should be using escapeshellarg() or escapeshellcmd() to make sure that users cannot trick the system into executing arbitrary commands.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Chinese (Simplified)

$e = escapeshellcmd($userinput); system("echo $e"); // here we don't care if $e has spaces $f = escapeshellcmd($filename); system("touch \"/tmp/$f\"; ls -l \"/tmp/$f\""); // and here we do, so we use quotes

English

$e = escapeshellcmd( $userinput); system("echo $e"); / / here we don't care if $e has spaces $f = escapeshellcmd($filename); system("touch \" / tmp / $f\"; ls -l \" / tmp / $f\""); / / and here we do, so we use quotes

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
9,171,377,012 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK