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.

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

The namespace name.

参见


ReflectionFunctionAbstract
PHP Manual