Ejemplo n.º 1
0
 function iMemoryLimit()
 {
     $iMem = WYApplication::iByteSizeStringToBytes(ini_get("memory_limit"));
     return $iMem;
 }