ReflectionFunctionAbstract::getDocComment

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::getDocComment獲取注釋內(nèi)容

說明

public ReflectionFunctionAbstract::getDocComment(): string

獲取函數(shù)的注釋文本

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

如果存在注釋文本返回其內(nèi)容,否則返回 false

參見