[thelist] Q on PHP functions...

alex beston alex at deltatraffic.co.uk
Tue Apr 6 13:16:49 CDT 2004


Walter

try this:

http://uk.php.net/manual/en/function.get-defined-functions.php

it will give you a list of all defined functions and you would 
presumably select out the one you want.

rgds
Alex

>is it possible to display the name of the function within the current
>function?
>
>function foo()
>{
>   echo <thisFuncName>;  // this should display 'foo'
>}
>
> 
>
>  
>



More information about the thelist mailing list