PhotonTopedo
Programmer
Hi, everyone..The question is:
I try to identify an variable($client). It could be:
a) Of the type of object that I need.
b) Of some other type of data that i don't need.
So, I have to identify the type of ($client). More specificlly, I need to know the class that $client comes from if ($client) is some object. Is there any function that can be used for this purpose?
I try to identify an variable($client). It could be:
a) Of the type of object that I need.
b) Of some other type of data that i don't need.
So, I have to identify the type of ($client). More specificlly, I need to know the class that $client comes from if ($client) is some object. Is there any function that can be used for this purpose?