Re: [PHP] name of the function

2004-11-03 Thread Jason Wong
On Thursday 04 November 2004 04:33, Gustavo A. Baratto wrote: > is there anyway to know the name of the function that is being executed? manual > Constants > Magic constants -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hostin

[PHP] name of the function

2004-11-03 Thread Gustavo A. Baratto
hello there, is there anyway to know the name of the function that is being executed? In the docs (http://www.php.net/manual/en/ref.funchand.php), we can find out the arguments of the function, but not the name of the function itself. Thanks ;) -- PHP General Mailing List (http://www.php.net/)