ReflectionProperty
PHP Manual

ReflectionProperty::export

(PHP 5)

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

説明

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

エクスポートします。

警告

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

パラメータ

argument

エクスポートするリフレクション。

name

プロパティ名。

return

TRUE に設定すると、エクスポートを発行するのではなく返します。 FALSE (デフォルト) の場合はその逆です。

返り値

参考


ReflectionProperty
PHP Manual