Sr. PHP Programmer Question:
What is the purpose of _METHOD_ constant?
Answer:
_METHOD_ − The class method name. (Added in PHP 5.0.0) The method name is returned as it was declared (case-sensitive).
Previous Question | Next Question |
Can you assign the default values to a function parameters? | What is the purpose of _CLASS_ constant? |