Run »
×
Change Orientation
name = $name; } function get_name() { return $this->name; } } $apple = new Fruit("Apple"); echo $apple->get_name(); ?>
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit