Console_Getopt
Command-line option parser
This is a PHP implementation of "getopt" supporting both
short and long options.
andrei
Andrei Zmievski
andrei@php.net
lead
ssb
Stig Bakken
stig@php.net
developer
1.2
2003-12-11
PHP License
stable
Fix to preserve BC with 1.0 and allow correct behaviour for new users
1.0
2002-09-13
stable
Stable release
0.11
2002-05-26
beta
POSIX getopt compatibility fix: treat first element of args
array as command name
0.10
2002-05-12
beta
Packaging fix
0.9
2002-05-12
beta
Initial release