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