length.php
Table of Contents
Functions
- length() : string
- Determine the amount of documents in a collection.
Functions
length()
Determine the amount of documents in a collection.
length(mixed $collection) : string
This helper wraps the ArangoDB AQL function LENGTH().
Example AQL output:
LENGTH(coll)
Parameters
- $collection : mixed
Tags
Return values
string —The formatted AQL expression (e.g. 'LENGTH(coll)').