(PHP 5 >= 5.3.0, PHP 7)
��Ŀ¼���ļ��Ĺ�ϵ����PHP �����ռ�Ҳ����ָ����λ��������ռ�����ơ���ˣ������ռ�����ֿ���ʹ�÷ֲ�εķ�ʽ���壺
Example #1 �����ֲ�εĵ��������ռ�
<?php
namespace MyProject\Sub\Level;
const CONNECT_OK = 1;
class Connection { /* ... */ }
function connect() { /* ... */ }
?>