class Getopt { public static function getopt(array $args, $short_options, $long_options = null) { if (empty($args)) { return [ [], [], ]; } $opts ...
確定! 回上一頁