Reflector 接口

(PHP 5, PHP 7, PHP 8)

簡介

Reflector 是一個接口,被所有可導(dǎo)出的反射類所實(shí)現(xiàn)(implement)。

接口摘要

interface Reflector extends Stringable {
/* 方法 */
public static export(): string
public __toString(): string
/* 繼承的方法 */
public Stringable::__toString(): string
}

更新日志

版本 說明
8.0.0 現(xiàn)在 Reflector 實(shí)現(xiàn)(implement)了 Stringable。

目錄