TypedArray
TypedArrays ES-2015 Php Implementation
Install / Use
/learn @ArrayIterator/TypedArrayREADME
Typed Arrays
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
DataViewobject 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
