PEAR_Command::getGetoptArgs() -- compiles arguments for getopt
Description
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
Note
This function should be called
statically.