ReflectionClass::getDocComment
ドキュメントコメントを取得する
&reftitle.description;
public stringfalseReflectionClass::getDocComment
クラスのドキュメントコメントを取得します。
ドキュメントコメントは、 /** で始まり、
ホワイトスペースがその後に続きます。
クラス定義に複数のドキュメントコメントが存在した場合、
クラスに一番近いコメントを取得します。
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
ドキュメントコメントが存在すればそれを返します。存在しなければ &false; を返します。
&reftitle.examples;
ReflectionClass::getDocComment の例
getDocComment());
?>
]]>
&example.outputs;
&reftitle.seealso;
ReflectionClass::getName