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