getopt()
getopt - Gets options from the command line argument list
Syntax
array getopt ()
Arguments
-
Description
Parses options passed to the script.
Version
PHP 4.3.0, 5
Return value
This function will return an array of option / argument pairs or FALSE on failure.