<?php 
class test {}
$test = new test();
echo get_class($test);
?>
Çıktısı
test