Console_Getopt
Console_Getopt provides functions for easily fetching and processing command-line arguments.
- Introduction - Options — Defining and processing options
- Console_Getopt::getopt — fetch the command-line options
- Console_Getopt::readPHPArgv — read the predefined $argv array
- Examples