0 votes
in PHP by
How can we determine whether a PHP variable is an instantiated object of a certain class?

1 Answer

0 votes
by

To be able to verify whether a PHP variable is an instantiated object of a certain class we use instanceof.

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...