arrayiterator / typed-array
This package is abandoned and no longer maintained.
No replacement package was suggested.
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 Implementation of JavaScript Typed Arrays
Use return value like a javascript object.
OBJECT
CLASS
- ArrayBuffer
- Uint8Array
- Uint16Array
- Uint32Array
- Float32Array
- Float64Array
- Int8Array
- Int16Array
- Int32Array
MOCK ABSTRACT
INTERFACE
- ArrayBufferConstructorInterface
- ArrayBufferInterface
- ArrayBufferLikeInterface
- ArrayBufferViewInterface
- BufferInterface
- DataViewInterface
TODO
NEXT
- to add
UInt8ClampedArray
- to add
DataView
object class implements of DataViewInterface
PROGRESS
- Buffer
add more methods
- ArrayBufferViewInterface
add more methods
INTERFACE
NOTE
Float Precision decimal point set by ini_set('precision', (number))
or set default on php.ini