php5.6.3官方版一种常见的编程语言。PHP爱好网带来的php5.6,具有很大新特性,如:可以使用表达式定义常量、加入hash_equals()函数、新增generators等,用户下载后体验下就知道了。
php5.6新特性
主要特性:
Constant scalar expressions.
Variadic functions and argument unpacking using the...operator.
Exponentiation using the**operator.
Function and constant importing with the use keyword.
phpdbg 作为一个交互式集成的调试器 sapI
php://input 现在可以复用,废弃了 $HTTP_RAW_POST_DATA
GMP 对象支持操作符重载
允许上传超过 2G 的文件
兼容性方面改进:
Array keys won't be overwritten when defining an array as a property of a class via an array literal.
json_decode() is more strict in JSON syntax parsing.
Stream wrappers now verify peer certificates and host names by default when using SSL/TLS.
GMP resources are now objects.
Mcrypt functions now require valid keys and IVs.