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 28-1. Mögliche Fehler-Arten

Error codeError valueMeaningSolution
 „“  

Hinweise

Diese Methode sollte statisch aufgerufen werden..