Knowing which function had been called in PHP

It is possible to use __FUNCTION__ method to know which function had been called. Personally I don't think that this functionality is needed. A person, who codes a program will not randomly chose a function.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator