downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Program execution Functions> <Resource Types
[edit] Last updated: Fri, 11 Nov 2011

view this page in

Predefined Constants

The constants below are always available as part of the PHP core.

flags for escapeshellcmd():

ESCAPE_CMD_PAIR (integer)
When ESCAPE_CMD_PAIR (default) is specified, the quotation is escaped only if it is not paired. (only valid for non-Win32 environment)
ESCAPE_CMD_END (integer)
When ESCAPE_CMD_END is specified, the quotation is escaped except for the beginning/ending of string. (only valid for non-Win32 environment)
ESCAPE_CMD_ALL (integer)
When ESCAPE_CMD_ALL is specified, the quotation is always escaped. (only valid for non-Win32 environment)



add a note add a note User Contributed Notes Predefined Constants
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites