PHP 菜鳥教程

PHP 高級教程

PHP & MySQL

PHP 參考手冊

PHP property_exists() 函數(shù)用法及示例

PHP Class/Object 函數(shù)參考手冊

property_exists() 函數(shù)檢查對象或類是否具有該屬性

語法

property_exists ( $object, $property );

定義和用法

此函數(shù)檢查給定的屬性是否存在于指定的類中(以及是否可以從當(dāng)前作用域訪問)。

參數(shù)

序號參數(shù)及說明
1

object(必需)

字符串形式的類名或要檢查的類的一個對象

2

property(必需)

屬性的名稱。

返回值

如果該屬性存在,則返回TRUE;如果該屬性不存在,則返回FALSE;如果發(fā)生錯誤,則返回NULL。

在線示例

以下是此函數(shù)的用法-

<?php

class myClass {
    public $mine;
    private $xpto;
    static protected $test;

    static function test() {
        var_dump(property_exists('myClass', 'xpto')); //true
    }
}

var_dump(property_exists('myClass', 'mine'));   //true
var_dump(property_exists(new myClass, 'mine')); //true
var_dump(property_exists('myClass', 'xpto'));   //true, 從PHP 5.3.0開始
var_dump(property_exists('myClass', 'bar'));    //false
var_dump(property_exists('myClass', 'test'));   //true, 從PHP 5.3.0開始
myClass::test();

?>

PHP Class/Object 函數(shù)參考手冊

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清