PEAR_Command::getDescription | PEAR_Command::getHelp |
PEAR_Command | |
PEAR Manual | |
require_once 'PEAR/command.php'; |
void PEAR_Command::getGetoptArgs (
string $command
, string &$short_args
, array &$long_args
)
Compiles arguments for getopt.
command to get optstring for
(reference) short getopt format
(reference) long getopt format
Error code | Error value | Meaning | Solution |
" |
This function should be called statically.
PEAR_Command::getDescription | PEAR_Command::getHelp |
PEAR_Command | |
PEAR Manual | |