I am aware that instanceof
is an operator and that is_a
is a method.
Is the method slower in performance? What would you prefer to use?
I am aware that instanceof
is an operator and that is_a
is a method.
Is the method slower in performance? What would you prefer to use?