Php/docs/changelog.misc

来自菜鸟教程
跳转至:导航、​搜索

更新日志

对本扩展的类/函数/方法有以下更新。

Version Function Description
7.3.0 define 废弃了 case_insensitive,并将在 8.0.0 版中移除。
7.2.0 pack float 和 double 类型支持打断和小端。
  unpack float and double types supports both Big Endian and Little Endian.
7.1.0 unpack The optional offset has been added.
7.0.15,7.1.1 pack 添加了 “e”,“E”,“g” 和 “G” 代码以启用 float 和 double 的字节顺序支持。
7.0.0 define 允许 array 的值。
5.6.3 pack 添加了 “q”、“q”、“J” 和 “P” 代码以支持处理 64 位数字。
5.5.0 pack “Z” 代码添加了与 “a” 等效的功能,以实现 Perl

兼容性。

  unpack Changes were made to bring this function into line with Perl:

The "a" code now retains trailing NULL bytes. The "A" code now strips all trailing ASCII whitespace (spaces, tabs, newlines, carriage returns, and NULL bytes). The "Z" code was added for NULL-padded strings, and removes trailing NULL bytes.

5.3.0 time_nanosleep 至此之后该函数在Windows平台下可用。
  time_sleep_until 自此,函数在Windows平台可用。