Override a internal PHP function?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
DaveTheAve
Forum Contributor
Posts: 385
Joined: Tue Oct 03, 2006 2:25 pm
Location: 127.0.0.1
Contact:

Override a internal PHP function?

Post by DaveTheAve »

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.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply