On Thu, Aug 13, 2009 at 10:48 AM, Matt Giddings<mcgid...@svsu.edu> wrote:
> Hi,
>
> Is there a way (other than using __LINE__ and __FILE__) to determine which
> file & line called a function/method?  I would like to add some debugging
> information to a method but I don't want to have to go through to each line
> that calls it and add the __LINE__ and __FILE__ parameters.  Guess I'm
> looking for a simple solution.  Anyway, if there is a way just point me in
> the right direction and I'll take it from there.
>
> Thanks,
> Matt
>

You can use debug_backtrace() inside the function.

Andrew

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

Reply via email to