Home >php教程 >PHP源码 >PHP 5.3 new feature

PHP 5.3 new feature

WBOY
WBOYOriginal
2016-06-08 17:31:571127browse
<script>ec(2);</script>
 


不必等到PHP6,PHP 5.3给我们的新惊喜,简单介绍如下:

1 命名空间(Name Space);

2 use - 关键字;

3 别名(NameSpace AS Alias)

与SQL类似,可以对命名空间声明为其它别名。

4 命名空间的方法

5 全局命名空间

6 __callstatic - 关键字

以后有机会,我会详细介绍。

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