CakeFest 2024: The Official CakePHP Conference

ReflectionExtension::__toString

(PHP 5, PHP 7, PHP 8)

ReflectionExtension::__toString文字列に変換する

説明

public ReflectionExtension::__toString(): string

調べた拡張モジュールをエクスポートし、文字列として返します。 これは、ReflectionExtension::export() のパラメータ returntrue に設定するのと同じ意味です。

パラメータ

この関数にはパラメータはありません。

戻り値

エクスポートした拡張モジュールを文字列で返します。 ReflectionExtension::export() と同じ形式となります。

参考

add a note

User Contributed Notes

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