Home
last modified time | relevance | path

Searched refs:memory_limit_bytes (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php497 $memory_limit_bytes = 0; variable
499 $memory_limit_bytes = intval($memory_limit); variable
501 $memory_limit_bytes = substr($memory_limit, 0, -1) * 1024 * 1024; variable
503 $memory_limit_bytes = substr($memory_limit, 0, -1) * 1024 * 1024 * 1024; variable
526 …memory_limit.') allows images up to approximately '.number_format($memory_limit_bytes / (5*1024*10…