void PEAR_Command::getGetoptArgs (
string $command
, string &$short_args
, array &$long_args
)
Compiles arguments for getopt.
$command
command to get optstring for
&$short_args
(reference) short getopt format
&$long_args
(reference) long getopt format
Error code | Error value | Meaning | Solution |
---|---|---|---|
" |
This function should be called statically.