Predefined constraints in PHP

At least two constants had been predefined in PHP, these are:

__FUNCTION__ and __METHOD__

First one will return the name of executed function and the second one will return both the name of the class and the name of executed function.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator