Reflector 介面

Reflector 介面

(PHP 5, PHP 7, PHP 8)

簡介

Reflector 是一個介面,被所有可導出的反射類所實現(implement)。

介面摘要

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

更新日誌

版本說明
8.0.0 現在 Reflector 實現(implement)了 Stringable

目錄

Leave a Reply

Your email address will not be published. Required fields are marked *