php文档注释规范
@authorAuthor Name 代码编写人(负责人)@version xx.xx 当前版本号
@param datatype $v_name[,...] description 函数相关联的参数,含有,...表示可传入不定数量的其他参数
@returndatatype description 函数或方法的返回值类型
@globaldatatype description 全局变量的说明(仅对phpDocumentor解析器起作用)
@var datatype 在类中说明类变量(属性)的类型
@example description 举一个例子,以阐释使用方法
@todo description 待完成的工作信息或待解决的问题信息
页:
[1]