Reflector インターフェイス

(PHP 5, PHP 7, PHP 8)

はじめに

Reflector は、 すべてのエクスポート可能なリフレクションクラスが実装しているインターフェイスです。

クラス概要

Reflector {
/* メソッド */
public static export(): string
public __toString(): string
}

目次

add a note add a note

User Contributed Notes

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