ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getDocComment

(PHP 5 >= 5.1.0)

ReflectionFunctionAbstract::getDocCommentGets doc comment

说明

public string ReflectionFunctionAbstract::getDocComment ( void )

Get a Doc comment from a function.

Warning

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

参数

此函数没有参数。

返回值

The doc comment if it exists, otherwise FALSE

参见


ReflectionFunctionAbstract
PHP Manual