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