ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getNamespaceName

(PHP 5 >= 5.3.0)

ReflectionFunctionAbstract::getNamespaceNameGets namespace name

説明

public string ReflectionFunctionAbstract::getNamespaceName ( void )

Get the namespace name where the class is defined.

警告

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

パラメータ

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

返り値

The namespace name.

参考


ReflectionFunctionAbstract
PHP Manual