Home  >  Article  >  Backend Development  >  PHP6 中可能会出现的新特性预览_PHP

PHP6 中可能会出现的新特性预览_PHP

WBOY
WBOYOriginal
2016-06-01 11:54:31883browse

 

这些特性包括:

    集成OpCache(OPcache通过对PHP的opcode进行缓存和优化,可以提高PHP程序的执行速度)
    改善对64位环境的支持
    支持Unicode
    清理内部API
    提升代码质量,做到Warning-Free
    改善OPcodes、编译器、运行时
    JIT编译器(LibJIT?)
    支持Annotation(注解?)
    命名自变量(Named argument)
    不同等级的类型提示
    支持HTTP 2.0协议(可能会使用nghttp2,避免重复造轮)
    可靠、友好的RNG API
    新的Getter/Setter
    C++用法
    新的加密扩展
    捆绑PECL的http库

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