• Jeremy Mikola's avatar
    Handle new Cursor and toArray() API in extension · 0ffbae83
    Jeremy Mikola authored
    PHPC-224 consolidated the Result and Cursor classes into one. Additionally, PHPC-203 changed toArray() to return iterator_to_array($this) instead of only the first result document. For commands, this means we need to extract the first element in toArray()'s return value.
    0ffbae83
Name
Last commit
Last update
docs Loading commit data...
examples Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE-0.1.0 Loading commit data...
apigen.neon Loading commit data...
composer.json Loading commit data...
mkdocs.yml Loading commit data...
phpunit.xml.dist Loading commit data...