Sr. PHP Programmer Question:
Download Questions PDF

What is the purpose of _FUNCTION_ constant?

Answer:

_FUNCTION_ − The function name. (Added in PHP 4.3.0) As of PHP 5 this constant returns the function name as it was declared (case-sensitive). In PHP 4 its value is always lowercased.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What is NULL in PHP context?What is Multidimensional array in PHP?