``` public function __construct($prop1, $prop2) { $this->prop1 = $prop1; $this->prop2 = $prop2; } ``` ``` <?php class Person { public $isAlive = true; public $firstname; public $lastname; public $age; public function \_\_construct($firstname,$lastname,$age){ $this->firstname = $firstname; $this->lastname = $lastname; $this->age = $age; } } $teacher = new Person("boring", "12345", 12345); $student = new Person("boring", "12345", 12345); echo $teacher->isAlive; echo $student->age; ?><!-- Your code here --> </p>
校長室 教務處學務處總務處輔導室家長會媒體報導 北小臉書北小附幼臉書課程計畫平台