好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

php5和PHP7各自的特性

全面一致的64位支持。 Consistent 64-bit support

以前的许多致命错误,现在改成抛出异常。Many fatal errors are now Exceptions

移除了一些老的不在支持的SAPI(服务器端应用编程端口)和扩展。Removal of old and unsupported SAPIs and extensions

新增了空接合操作符。The null coalescing operator (??)

新增加了结合比较运算符。Combined comparison Operator (<=>)

新增加了函数的返回类型声明。Return Type Declarations

新增加了标量类型声明。Scalar Type Declarations

新增加匿名类。Anonymous Classes

以上就是php5和PHP7各自的特性的详细内容,更多请关注Gxl网其它相关文章!

查看更多关于php5和PHP7各自的特性的详细内容...

  阅读:46次