Answers for "php memory limit php ini"

PHP
3

memory limit php ini_set

ini_set("memory_limit","256M");
Posted by: Guest on March-20-2020
0

get php memory limit command line

php -i | grep "memory_limit"
Posted by: Guest on December-24-2020

Browse Popular Code Answers by Language