An open API service indexing awesome lists of open source software.

https://github.com/nikic/buffer

PHP extension for buffer based typed arrays
https://github.com/nikic/buffer

Last synced: 10 months ago
JSON representation

PHP extension for buffer based typed arrays

Awesome Lists containing this project

README

          

Typed array implementation using buffers
----------------------------------------

This PHP extension provides typed arrays based on JavaScript's ArrayBuffer interface.

This extension has been written primarily as a small example for a tutorial and not for its actual
functionality. That's also why it does not contain the full functionality of JS ArrayBuffers. I may
add the remaining functionality later on.

Usage
-----

```php