Php/docs/reflectionproperty.export

提供:Dev Guides
< Php
移動先:案内検索

ReflectionProperty::export

(PHP 5, PHP 7)

ReflectionProperty::exportエクスポートする


説明

public static ReflectionProperty::export ( mixed $class , string $name [, bool $return ] ) : string

エクスポートします。

警告 この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。


パラメータ

argument
エクスポートするリフレクション。
name
プロパティ名。
return
true に設定すると、エクスポートを発行するのではなく返します。 false (デフォルト) の場合はその逆です。


返り値

参考