« ReflectionEnumBackedCase::getBackingValue
ReflectionZendExtension::__clone »
PHP Manual
反射
ReflectionZendExtension 类
ReflectionZendExtension 类
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
简介
类摘要
class
ReflectionZendExtension
implements
Reflector
{
/* 属性 */
public
$
name
;
/* 方法 */
final
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
。
目录
ReflectionZendExtension::__clone
— Clone handler
ReflectionZendExtension::__construct
— Constructor
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