PHP code annotation

WBOY
Release: 2016-06-23 14:35:42
Original
1052 people have browsed it

代码注释一直都在写,可是总是那么的不符合规则,又不想写文档,这个可就麻烦了,花点时间好好的编辑下eclipse for php developer 里面的php代码模板,参考了zend framework的注释规则,贴一些出来以便自己遵守,写注释的习惯一定要养成,方便自己方便他人。

0.代码的版权注释,公司都有规定的版权,编辑好的模板都带上

1.类注释  使用了 uses  category  package copyright license 等

2.单行注释 see

3.单行注释 //

4. 单行注释 /*

5.使用@link 引入

6.使用标签来注释方法

7.返回一个对象类型

 

最后转下 PHP 注释规范的文档大家可以参考下 ,安装下phpdocumentor还是很必要的

http://www.laruence.com/2009/04/21/680.html

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template