PEAR_Command::getGetoptArgs()

PEAR_Command::getGetoptArgs() -- getopt 用の引数を集める

概要

require_once 'PEAR/command.php';

void PEAR_Command::getGetoptArgs (string $command, string &$short_args, array &$long_args)

説明

getopt 用の引数を集めます。

パラメータ

string $command

オプション文字列を取得するコマンド。

string &$short_args

(参照) 短い形式の getopt フォーマット。

array &$long_args

(参照) 長い形式の getopt フォーマット。

例外・エラー

表 32-1PEAR_Error の値

エラーコードエラーの値意味対応
 ""  

注意

この関数は、スタティックにコール されます。