PHP Класс ConsoleKit\DefaultOptionsParser
Options can be of the form:
--key=value
--key
-a
-ab (equivalent of -a -b)
When an option has no value, true will be used. If multiple key/value pairs
with the same key are specified, the "key" value will be an array containing all the values.
If "--" is detected, all folowing values will be treated as a single argument
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
parse ( array $argv ) : array |
Parses the array and returns a tuple containing the arguments and the options |
|
Описание методов
Parses the array and returns a tuple containing the arguments and the options