Override a internal PHP function?
Posted: Fri Aug 31, 2007 5:57 pm
I think I read this somewhere that a programmer can use a special function or notation that will allow him to reprogram a function that is programmed into PHP.
for example:
If i want ini_set to read from the flat-file config.ini, I'd be able to use ini_set to save a site's variables and NOT change php variables.
FYI: I have no intention of changing ini_set; my intentions are much more sane and productive.
for example:
If i want ini_set to read from the flat-file config.ini, I'd be able to use ini_set to save a site's variables and NOT change php variables.
FYI: I have no intention of changing ini_set; my intentions are much more sane and productive.