Reflection Php

class Cat {
}
$fluffy = new Cat(  );
echo gettype($fluffy);
?>