Jump to content

ini_set


mdvignesh

Recommended Posts

The function ini_set() is an "on the fly" modification to the php.ini file.  The php.ini file is the PHP configuration file which controls how PHP will operate, manage memory, allow/disallow functionality, etc.  So, by calling ini_set("display_errors", "1") you are overriding the php.ini setting of "display_errors" to now equal the value "1" for the duration of this script's execution. 

Link to comment
https://forums.phpfreaks.com/topic/226955-ini_set/#findComment-1170975
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.