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

Define memory limit in PHP

define('WP_MEMORY_LIMIT', '128M');
Posted by: Guest on April-07-2022

Browse Popular Code Answers by Language