|
|
před 8 roky | |
|---|---|---|
| .. | ||
| src/Ulrichsg/Getopt | před 8 roky | |
| test/Ulrichsg/Getopt | před 9 roky | |
| .gitignore | před 9 roky | |
| .travis.yml | před 9 roky | |
| CHANGELOG.md | před 9 roky | |
| LICENSE | před 9 roky | |
| Makefile | před 9 roky | |
| README.markdown | před 9 roky | |
| composer.json | před 9 roky | |
| phpunit.xml | před 9 roky | |
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.