Reflection 类

(PHP 5, PHP 7, PHP 8)

简介

反射类。

类摘要

class Reflection {
/* 方法 */
public static export(Reflector $reflector, bool $return = false): string
public static getModifierNames(int $modifiers): array
}

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top