|
|
|
@ -13,7 +13,7 @@ |
|
|
|
// | obtain it through the world-wide-web, please send a note to |
|
|
|
|
// | license@php.net so we can mail you a copy immediately. |
|
|
|
|
// +----------------------------------------------------------------------+
|
|
|
|
// | Author: Andrei Zmievski <andrei@ispi.net> |
|
|
|
|
// | Author: Andrei Zmievski <andrei@php.net> |
|
|
|
|
// +----------------------------------------------------------------------+
|
|
|
|
//
|
|
|
|
// $Id$
|
|
|
|
@ -23,7 +23,7 @@ require_once 'PEAR.php'; |
|
|
|
/** |
|
|
|
* Command-line options parsing class. |
|
|
|
* |
|
|
|
* @author Andrei Zmievski <andrei@ispi.net> |
|
|
|
* @author Andrei Zmievski <andrei@php.net> |
|
|
|
* |
|
|
|
*/ |
|
|
|
class Console_Getopt { |
|
|
|
|