发布网友 发布时间:2022-04-22 23:31
共1个回答
热心网友 时间:2022-04-06 09:14
PHP7特性
PHP 7.0.0 Alpha 1[1] 使用新版ZendEngine引擎带许新特性完全列表:
性能提升:PHP7比PHP5.6性能提升两倍 Improved performance: PHP 7 is up to twice as fast as PHP 5.6
全面致位支持 Consistent -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