コード例 #1
0
ファイル: Vars.class.php プロジェクト: deanstalker/phpVMS
 public static function GET_COUNT()
 {
     if (self::$getcount == null) {
         self::$getcount = count($_GET);
     }
     return self::$getcount;
 }