ConsoleKit\OptionsParser::parse PHP Method

parse() public method

Parses the array and returns a tuple containing the arguments and the options
public parse ( array $argv ) : array
$argv array
return array
    function parse(array $argv);
OptionsParser