Sztankó Demeter wrote:
Hello!

Is there any way to delete (unset) a function?

I want to write some function with one constantyl defined name, then call a
function_manager function, that will gice this function an unique name, than
delete the original function, so I can start the process from the beginning.

I will call this function through a wrapper, which will find the function I
need.

Thanks
Dimi.


I'm not exactly sure what you want to do but you might try lambda functions, check out http://www.php.net/create_function


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to