Home  >  Article  >  Backend Development  >  php开发之命名规则

php开发之命名规则

WBOY
WBOYOriginal
2016-06-23 13:38:23912browse

类命名

1、使用大写的字母作为词的分割,其他字母均使用小写字母

2、名字的首字母使用大写字母

3、不要使用下划线“_”


类属性的命名

1、属性的命名应该以‘m’为前缀

2、前缀’m‘采用的命名规则和类的命名规则一致


方法中的参数的命名

1、第一个字母使用小写字母

2、在首字符后的所有字符都按照类命名规则首字符大写


就说这三个吧,后面的再说的多感觉没有必要了,而且感觉有些操蛋啊

Statement:
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