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!
Does anyone know of a hack which can be used to un-declare functions???
I have tried unset() on the array of get_defined_functions() but that just removes the function from that returned array, as it's clearly not a reference to the actual internal array of declared functions, cuz if I try and redefine the unset function...everything still pukes all over me
Likely not possible as that was my only thought...but thats why i'm asking for a *hack* inside of PHP no mod C source or anything...this must be PHP code only!!!