nikic / buffer

PHP extension for buffer based typed arrays
Other
42 stars 5 forks source link

Implement the Countable interface #6

Open DrDub opened 1 year ago

DrDub commented 1 year ago

This should be rather straightforward but the current code does not offer a count() mechanism.

Feel free to assign me this issue and I'll send a PR.

nikic commented 1 year ago

Implementing Countable sounds good to me.