假設有一個類Person:
復 " /> 黄网站免费视频,情侣黄网站免费看,一级在线免费视频

一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

實例介紹PHP的Reflection反射機制

php5添加了一項新的功能:Reflection。這個功能使得程序員可以reverse-engineer class, interface,function,method and extension。通過php代碼,就可以得到某object的所有信息,并且可以和它交互。
假設有一個類Person:
復制代碼 代碼如下:
class Person { 
 /**
     * For the sake of demonstration, we"re setting this private
     */
    private $_allowDynamicAttributes = false;
 
    /** type=primary_autoincrement */
    protected $id = 0;
 
    /** type=varchar length=255 null */
    protected $name;
 
    /** type=text null */
    protected $biography;
 
        public function getId()
        {
         return $this->id;
        }
        public function setId($v)
        {
            $this->id = $v;
        }
        public function getName()
        {
         return $this->name;
        }
        public function setName($v)
        {
          $this->name = $v;
        }
        public function getBiography()
        {
           return $this->biography;
        }
        public function setBiography($v)
        {
          $this->biography = $v;
        }
}

通過ReflectionClass,我們可以得到Person類的以下信息:
1.常量 Contants
2.屬性 Property Names
3.方法 Method Names
4.靜態屬性 Static Properties
5.命名空間 Namespace
6.Person類是否為final或者abstract

只要把類名"Person"傳遞給ReflectionClass就可以了:

復制代碼 代碼如下:
$class = new ReflectionClass('Person');

獲取屬性(Properties):

復制代碼 代碼如下:
$properties = $class->getProperties();
foreach($properties as $property) {
    echo $property->getName()."/n";
}
// 輸出:
// _allowDynamicAttributes
// id
// name
// biography

默認情況下,ReflectionClass會獲取到所有的屬性,private 和 protected的也可以。如果只想獲取到private屬性,就要額外傳個參數:
復制代碼 代碼如下:
$private_properties = $class->getProperties(ReflectionProperty::IS_PRIVATE);

可用參數列表:
復制代碼 代碼如下:
ReflectionProperty::IS_STATIC
ReflectionProperty::IS_PUBLIC
ReflectionProperty::IS_PROTECTED
ReflectionProperty::IS_PRIVATE

如果要同時獲取public 和private 屬性,就這樣寫:ReflectionProperty::IS_PUBLIC | ReflectionProperty::IS_PROTECTED
應該不會感覺陌生吧。

通過$property->getName()可以得到屬性名,通過getDocComment可以得到寫給property的注釋。

復制代碼 代碼如下:
foreach($properties as $property) {
    if($property->isProtected()) {
        $docblock = $property->getDocComment();
        preg_match('/ type/=([a-z_]*) /', $property->getDocComment(), $matches);
        echo $matches[1]."/n";
    }
}
// Output:
// primary_autoincrement
// varchar
// text

有點不可思議了吧。竟然連注釋都可以取到。
獲取方法(methods):通過getMethods() 來獲取到類的所有methods。返回的是ReflectionMethod對象的數組。不再演示。
最后通過ReflectionMethod來調用類里面的method。

復制代碼 代碼如下:
$data = array("id" => 1, "name" => "Chris", "biography" => "I am am a php developer");
foreach($data as $key => $value) {
    if(!$class->hASProperty($key)) {
        throw new Exception($key." is not a valid property");
    }
 
    if(!$class->hasMethod("get".ucfirst($key))) {
        throw new Exception($key." is missing a getter");
    }
 
    if(!$class->hasMethod("set".ucfirst($key))) {
        throw new Exception($key." is missing a setter");
    }
 
    // Make a new object to interact with
    $object = new Person();
 
    // Get the getter method and invoke it with the value in our data array
    $setter = $class->getMethod("set".ucfirst($key));
    $ok = $setter->invoke($object, $value);
 
    // Get the setter method and invoke it
    $setter = $class->getMethod("get".ucfirst($key));
    $objValue = $setter->invoke($object);
 
    // Now compare
    if($value == $objValue) {
        echo "Getter or Setter has modified the data./n";
    } else {
        echo "Getter and Setter does not modify the data./n";
   }
}

有點意思吧。

php技術實例介紹PHP的Reflection反射機制,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 亚洲伊人色欲综合网 | 亚洲综合影视 | 美女毛片儿 | 国产成人深夜福利短视频99 | 欧美日韩国产码高清综合人成 | 天天狠狠色综合图片区 | 欧美成人天天综合天天在线 | 色综合天天综合网站中国 | 国产成人乱码一区二区三区在线 | 四虎在线最新永久免费 | 色就色综合 | 久久er这里都是精品23 | 国产一区二区三区精品视频 | 一区二区三区四区免费视频 | 久久久久99 | 亚洲乱码一二三四区国产 | 久久亚洲精品中文字幕三区 | 国产精品福利在线观看 | 激情小视频在线播放免费 | 国产一区二区在免费观看 | 免费a资源| 国产视频一区二区 | 女神级极品嫩模露脸啪啪自拍 | 男人进去女人爽免费视频国产 | 亚洲一区二区三区免费 | 干在线视频| 亚洲国产成人在线视频 | 国产精品高清全国免费观看 | 四虎精品免费永久在线 | 成年ssswww网站 | 9l国产精品久久久久麻豆 | 欧美91在线 | 亚洲小说欧美激情另类 | 亚洲综合网在线 | 国产精品_国产精品_国产精品 | 四虎影视在线影院4hutv | 看全色黄大色大片免费久久久 | 色多多视频在线观看 | 国产亚洲视频在线播放大全 | 99久久香蕉国产线看观香 | 91成人免费 |