? ReflectionIntersectionType::getTypes
ReflectionReference::fromArrayElement ?
PHP8中文参考手册
反射
ReflectionReference 类
ReflectionReference 类
(PHP 7 >= 7.4.0, PHP 8)
简介
ReflectionReference
类用于获取引用的信息。
类摘要
final
ReflectionReference
{
/* 方法 */
public
static
fromArrayElement
(
array
$array
,
int
|
string
$key
) :
ReflectionReference
|
null
public
getId
( ) :
string
}
Table of Contents
ReflectionReference::fromArrayElement
— 从数组元素创建一个 ReflectionReference
ReflectionReference::getId
— 获取引用的唯一 ID
User Contributed Notes
There are no user contributed notes for this page.
PHP8中文手册
由
站长在线
整理 版权归PHP文档组所有