ReflectionClassConstant::export

(PHP 7 >= 7.1.0)

ReflectionClassConstant::exportExport

説明

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

Exports a reflection.

警告

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

パラメータ

class

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

name

The class constant name.

return

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

返り値

参考