2024 PHP Conference Japan

ReflectionZendExtension 類別

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

簡介

類別概要

class ReflectionZendExtension implements Reflector {
/* 屬性 */
public 字串 $name;
/* 方法 */
公開 __construct(字串 $name)
私有 __clone():
公開 靜態 export(字串 $name, 布林 $return = ?): 字串
公開 getAuthor(): 字串
公開 getName(): 字串
公開 getURL(): 字串
公開 getVersion(): 字串
公開 __toString(): 字串
}

屬性

name

擴充套件的名稱。唯讀,嘗試寫入時會拋出 ReflectionException

更新日誌

版本 說明
8.0.0 ReflectionZendExtension::export() 已移除。

目錄

新增筆記

使用者貢獻的筆記

此頁面沒有使用者貢獻的筆記。
To Top