class Person{ var $name = "Omer"; function get_name(){ return $this->name;//Why not $this->$name ? } }
Teşekkürler