|
|
il y a 9 ans | |
|---|---|---|
| .. | ||
| src/Ulrichsg/Getopt | il y a 9 ans | |
| test/Ulrichsg/Getopt | il y a 9 ans | |
| .gitignore | il y a 9 ans | |
| .travis.yml | il y a 9 ans | |
| CHANGELOG.md | il y a 9 ans | |
| LICENSE | il y a 9 ans | |
| Makefile | il y a 9 ans | |
| README.markdown | il y a 9 ans | |
| composer.json | il y a 9 ans | |
| phpunit.xml | il y a 9 ans | |
Getopt.PHP is a library for command-line argument processing. It supports PHP version 5.3 and above.
-v) and long (eg. --version) options-abc instead of -a -b -c)-vvv)--option value and --option=value-ab 1 instead of -a -b 1)Getopt.PHP is published under the MIT License.