I know there is an is_type() function that returns a boolean on whether or a variable is an object..
What I'm looking for is a way to determine what type of object it is.
Something like:
string object_type ($object);
Is there a way to get that information in php?