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
- Host: GitHub
- URL: https://github.com/nikic/buffer
- Owner: nikic
- License: other
- Created: 2013-03-15T20:34:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T16:54:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T09:21:57.509Z (10 months ago)
- Language: C
- Size: 124 KB
- Stars: 42
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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