ReflectionFunctionAbstract::inNamespace

(PHP 5 >= 5.3.0, PHP 7)

ReflectionFunctionAbstract::inNamespace检查是否处于命名空间

说明

public ReflectionFunctionAbstract::inNamespace ( void ) : bool

检查函数是否在命名空间内定义

Warning

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

参数

此函数没有参数。

返回值

在命名空间内返回 TRUE,否则返回 FALSE

User Contributed Notes

There are no user contributed notes for this page.