网站连接:http://www.php7.ca/
据说 php7 最终版将在明年10月份发布,虽然国内很多服务器还在使用php4.x,比如x网。先看下php7的新特性
1、performance improvements with the addition of phpng engine.
性能改进与增加phpng引擎。
2、jit - just in time compiler
即时编译器
3、abstract syntax tree for compilation
抽象语法树编译???
4、asynchronous refactoring of the i/o layer.
对i / o层的异步重构。
5、multi-threaded build in web server
多线程构建web服务器
6、expanded use of ->, [], (), {}, and :: operators
扩展使用 ->, [], (), {}, 和 :: 符号
7、100% increase in performance
性能提升 100%
8、cool name: phpng
更酷的名字 :phpng
以上就介绍了php7 新特性,包括了php7方面的内容,希望对php教程有兴趣的朋友有所帮助。