更新日志

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

VersionFunctionDescription
7.3.0define废弃了 case_insensitive,并将在 8.0.0 版中移除。
7.2.0packfloat 和 double 类型支持打断和小端。
 unpackfloat and double types supports both Big Endian and Little Endian.
7.1.0unpackThe optional offset has been added.
7.0.15,7.1.1pack添加了 “e”,“E”,“g” 和 “G” 代码以启用 float 和 double 的字节顺序支持。
7.0.0define允许 array 的值。
5.6.3pack添加了 “q”、“q”、“J” 和 “P” 代码以支持处理 64 位数字。
5.5.0pack“Z” 代码添加了与 “a” 等效的功能,以实现 Perl 兼容性。
 unpackChanges 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.0time_nanosleep至此之后该函数在Windows平台下可用。
 time_sleep_until自此,函数在Windows平台可用。