Get_class Fonksiyonu Kullanımı ile Sınıf Adını Çağırmak <?php class test {} $test = new test(); echo get_class($test); ?> Çıktısı test