Page 1 of 1

Redefine an function.

Posted: Thu Jan 02, 2003 8:23 am
by cereal
is it possible to redefine an function in php?

Posted: Fri Jan 03, 2003 1:45 am
by volka
class methods: yes, by subclassing
globals funtions: no way ;)