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
4
How to ensure that curl_multi_close does not interfere with the intermediate process of requests
8
How to Install PHP7 on Linux and Configure Extensions
7
Use stream_get_filters to get file flow filters and perform performance optimization
3
Similar Functions
proc_open
proc_open
Executeacommandandop
escapeshellarg
escapeshellarg
Transcodethestringin
proc_close
proc_close
Closetheprocessopene
proc_get_status
proc_get_status
Getinformationaboutp
exec
exec
Executeanexternalpro
proc_terminate
proc_terminate
Killaprocessopenedby
proc_nice
proc_nice
Changethepriorityoft
passthru
passthru
Executeexternalprogr
Popular Articles