Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
escapeshellarg
escapeshellarg
Transcode the string into parameters that can be used in the shell command
Name:
escapeshellarg
Category:
Program execution
Programming Language:
php
One-line Description:
Transcode the string into parameters that can be used in the shell command
Related
PHP Chinese Character Encoding Tips: Solving Garbled Characters and Optimizing Encoding Issues
8
How to Implement Automated Data Backup and Recovery in PHP
7
Use mb_eregi_replace to build a basic template engine
10
Use array_combine to combine two arrays into key-value pairs
6
Similar Functions
escapeshellarg
escapeshellarg
Transcodethestringin
exec
exec
Executeanexternalpro
proc_open
proc_open
Executeacommandandop
proc_terminate
proc_terminate
Killaprocessopenedby
shell_exec
shell_exec
Executecommandsthrou
proc_close
proc_close
Closetheprocessopene
system
system
Executeexternalprogr
passthru
passthru
Executeexternalprogr
Popular Articles