<?php class Person { // first name of person public static $name; // public function to get value of name (getter method) public static function getName() ...
確定! 回上一頁