? 用户空间命名指南
规则 ?
PHP8中文参考手册
用户空间命名指南
全局命名空间
全局命名空间
以下代码结构会进入全局命名空间:
functions(函数)
classes(类)
interfaces(接口)
constants(常量,并非类常量)
在函数/方法之外定义的变量
User Contributed Notes
There are no user contributed notes for this page.
PHP8中文手册
由
站长在线
整理 版权归PHP文档组所有