

MCQOPTIONS
Saved Bookmarks
1. |
If you call a method and it doesn’t exist it’ll cause a problem. To check the method which function will you use? |
A. | _method() |
B. | methodexists() |
C. | is_callable() |
D. | is_method() |
Answer» D. is_method() | |