Answers for "setting in php.ini or use ini_set("

PHP
0

ini_set php

/**
 Change the configuration option value to $value.
 the php config will be changed only during the execution of the php script
*/
ini_set ( $option, $value );
Posted by: Guest on May-27-2021

Code answers related to "setting in php.ini or use ini_set("

Browse Popular Code Answers by Language