PHP Interface ConsoleKit\OptionsParser

Show file Open project: maximebf/consolekit

Public Methods

Method Description
parse ( array $argv ) : array Parses the array and returns a tuple containing the arguments and the options

Method Details

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