Voting

: five plus three?
(Example: nine)

The Note You're Voting On

techno dot rahul1988 at gmail dot com
11 years ago
The difference between ini_get() and get_cfg_var() is as follows:
@) ini_get(): returns the current value in .htaccess or as defined in PHP_INI_USER or PHP_INI_PERDIR
@) get_cfg_var: returns the values defined in the php.ini

<< Back to user notes page

To Top