Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ConsoleKit
OptionsParser
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