static void quoteArgument(
$argument)
|
|
Put quotes around the given String if necessary.
If the argument doesn't include spaces or quotes, return it as is. If it contains double quotes, use single quotes - else surround the argument by double quotes.
Tags:
Parameters:
string describeCommand(
[array
$args = null])
|
|
Returns a String that describes the command and arguments suitable for verbose output before a call to
This method assumes that the first entry in the array is the executable to run.
Tags:
Parameters: