arrayiterator / typed-array
此包已被废弃,不再维护。未建议替代包。
类型数组
dev-master
2018-04-06 09:26 UTC
Requires
- php: >= 7.1
- ext-iconv: *
Requires (Dev)
This package is auto-updated.
Last update: 2022-11-27 05:08:07 UTC
README
PHP 实现的 JavaScript 类型数组
使用返回值如 JavaScript 对象。
对象
类
- ArrayBuffer
- Uint8Array
- Uint16Array
- Uint32Array
- Float32Array
- Float64Array
- Int8Array
- Int16Array
- Int32Array
模拟抽象
接口
- ArrayBufferConstructorInterface
- ArrayBufferInterface
- ArrayBufferLikeInterface
- ArrayBufferViewInterface
- BufferInterface
- DataViewInterface
待办事项
下一步
- 添加
UInt8ClampedArray
- 添加
DataView
对象类实现 DataViewInterface
进度
- Buffer
添加更多方法
- ArrayBufferViewInterface
添加更多方法
接口
注意
通过 ini_set('precision', (number))
或在 php.ini
中设置默认值来设置浮点精度的小数点