Chapter 16: Command-Line (Web hosting e commerce) PHP Utilities 565 Console_Getopt::getopt (

Chapter 16: Command-Line PHP Utilities 565 Console_Getopt::getopt ( $GLOBALS[ argv ], $CMD_SHORT_OPTIONS, $CMD_LONG_OPTIONS ) ); if ($cmd == null) { syntax(); } else if (isset($cmd[ h ]) || isset($cmd[ help ])) { echo You selected help option.n ; } if (isset($cmd[ s ]) || isset($cmd[ size ])) { echo You selected size option. Chosen size is . $cmd[ s ] . . $cmd[ size ] . n ; } exit; function syntax() { $script = basename($GLOBALS[ argv ][0]); echo<<

Leave a Reply