Example #1
0
 public static function setMemoryLimit($bytesCount = 67108864)
 {
     self::$_maxMemory = $bytesCount;
     self::$_writeLog = false;
 }