Run »
×
Change Orientation
name = $name; $this->color = $color; } function __destruct() { echo "The fruit is {$this->name} and the color is {$this->color}."; } } $apple = new Fruit("Apple", "red"); ?>
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit