Answers for "ini_set php"

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

Browse Popular Code Answers by Language