13 lines
175 B
Plaintext
13 lines
175 B
Plaintext
:sig
|
|
String shell_escape(String raw)
|
|
|
|
:params
|
|
raw : string that should be escaped
|
|
return value : escaped version of 'raw'
|
|
|
|
:desc
|
|
Escapes a parameter for shell_exec
|
|
|
|
:see
|
|
>sys
|