does php support this?
im too lazy to try it myself 🙂
-paul http://xhawk.net
php does not support function overloading. You have to user function() function1() function2() etc. You can however (I believe) use unset() and then define a function. I would recommend against trying to make a slick complex system using unset().
thanks, just wondering.