class PHPUnit_Util_Getopt { public static function getopt(array $args, $short_options, $long_options = NULL) { if (empty($args)) { return array( array(), ...
確定! 回上一頁