Question:In PHP 5 you can use the ______ operator to ensure that an object is of a particular type. You can also use _______ in the function declaration.
______
_______
A instanceof, is_a B instanceof, type-hinting C type, instanceof D ===, type-hinting E ===, is_a
+ AnswerB
+ Report