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
Post a Comment