Redefine an 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
cereal
Forum Newbie
Posts: 8
Joined: Wed Oct 02, 2002 10:27 am
Location: Belgium
Contact:

Redefine an function.

Post by cereal »

is it possible to redefine an function in php?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

class methods: yes, by subclassing
globals funtions: no way ;)
Post Reply