« ReflectionEnumBackedCase::getBackingValue
ReflectionZendExtension::__clone »
PHP Manual
反射
ReflectionZendExtension 类
ReflectionZendExtension 类
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
简介
类摘要
class
ReflectionZendExtension
implements
Reflector
{
/* 属性 */
public
string
$
name
;
/* 方法 */
public
__construct
(
string
$name
)
private
__clone
():
void
public
static
export
(
string
$name
,
bool
$return
= ?
):
string
public
getAuthor
():
string
public
getCopyright
():
string
public
getName
():
string
public
getURL
():
string
public
getVersion
():
string
public
__toString
():
string
}
属性
name
扩展名。只读,在尝试赋值的时候抛出
ReflectionException
。
更新日志
版本
说明
8.0.0
已移除
ReflectionZendExtension::export()
。
目录
ReflectionZendExtension::__clone
— Clone handler
ReflectionZendExtension::__construct
— Constructs a ReflectionZendExtension object
ReflectionZendExtension::export
— Export
ReflectionZendExtension::getAuthor
— Gets author
ReflectionZendExtension::getCopyright
— Gets copyright
ReflectionZendExtension::getName
— Gets name
ReflectionZendExtension::getURL
— Gets URL
ReflectionZendExtension::getVersion
— Gets version
ReflectionZendExtension::__toString
— To string handler