If You Call A Method And It Doesn8217t Exist It8217ll Cause A #377
If you call a method and it doesn’t exist it’ll cause a problem. To check the method which function will you use?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP Object Tools and Design - PHP Object Tools - Quiz No.2.
If you call a method and it doesn’t exist it’ll cause a problem. To check the method which function will you use?
_method()
methodexists()
is_callable()
is_method()