用户空间命名指南
在线手册:中文  英文

规则

以下列表指出了 PHP 工程在选择新的内部标识符时保留给自己的权利。最终指南是官方的» 编码标准


用户空间命名指南
在线手册:中文  英文

用户评论:

Jon at kexsof dot com (2007-10-22 05:08:51)

Angst relief for Drupal apprentices:
remember that the prefix (and suffix) for PHP magical symbols
is two (2) underscores. The Drupal coding standard is one underscore
for some types of programmer-created identifiers.

易百教程