コード例 #1
0
ファイル: yProfiler.php プロジェクト: ExceptVL/kanon
 public static function setMemoryLimit($bytesCount = 67108864)
 {
     self::$_maxMemory = $bytesCount;
     self::$_writeLog = false;
 }