017對象——對象 get_object_vars get_parent_class is_subclass_of interface_exists

<?php /** */ //get_object_vars($obj) 得到對象的屬性,以關聯數據形式返回。 /*class study{ public $name; public $age; public $city; function __construct($name,$age,$city) { $this->name=$name
相關文章
相關標籤/搜索