« ReflectionAttribute::newInstance
Reflector::export »
PHP Manual
リフレクション
Reflector インターフェイス
Reflector インターフェイス
(PHP 5, PHP 7, PHP 8)
はじめに
Reflector
は、 すべてのエクスポート可能なリフレクションクラスが実装しているインターフェイスです。
インターフェイス概要
interface
Reflector
extends
Stringable
{
/* メソッド */
public
static
export
():
string
public
__toString
():
string
/* 継承したメソッド */
public
Stringable::__toString
():
string
}
変更履歴
バージョン
説明
8.0.0
Reflector
は、 新たに
Stringable
インターフェイスを実装しました。
目次
Reflector::export
— エクスポートする
Reflector::__toString
— 文字列に変換する
関連キーワード:
public
,
string
,
able
,
toString
,
export
,
実装
,
メソッド
,
バージョン
,
履歴
,
変更