PEAR_Command::getGetoptArgs()
PEAR_Command::getGetoptArgs() -- compiles arguments for getopt
Synopsis
require_once 'PEAR/command.php'; |
void PEAR_Command::getGetoptArgs (string $command, string &$short_args, array &$long_args)
Beschreibung
Compiles arguments for getopt.
Parameter
- string
$command
command to get optstring for
- string
&$short_args
(reference) short getopt format
- array
&$long_args
(reference) long getopt format
Fehler-Meldungen
Tabelle 32-1. Mögliche Fehler-Arten
| Error code | Error value | Meaning | Solution |
|---|
| | „“ | | |
Hinweise
Diese Methode sollte statisch
aufgerufen werden..