|
Posted by gizz on 05/08/07 08:57
Hi,
I'd like to get the name of the calling method. I can't find the solution.
For example :
function MyFct()
{
return TheOtherFct() ;
}
function TheOtherFct()
{
echo "Hi, the calling method is ..." ;
return true ;
}
MyFct() ;
Thank you for your help,
gizz
Navigation:
[Reply to this message]
|