|
Previous Page |
Solar_Getopt |
Next Page |
_parseParam()
protected
array
_parseParam (
string $name,
string $value
)
Parse the parameter value for a named option.
Parameters
- (string)
$name: The option name. - (string)
$value: The parameter.
Returns
- (array) An associative array where the option name is the key, and the parsed parameter is the value.
Description
Parse the parameter value for a named option.