Re: [PHP] function to determine caller

2001-06-26 Thread elias
There has been a discussion similar to this. But unfortunately PHP doesn't have such feature. "Morgan Curley" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there any statement analogous to perl's caller which will tell you what > called the current functio

[PHP] function to determine caller

2001-06-26 Thread Morgan Curley
Is there any statement analogous to perl's caller which will tell you what called the current function? I would like to enforce the privacy of some of the class methods I am writing. Thanks, Morgan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo