Solar_Getopt::_parseParam()

protected array Solar_Getopt::_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.



Local