dbplus_aql
(PHP 4 >= 4.0.7, PECL dbplus:0.9)
dbplus_aql — Perform AQL query
Description
Executes an AQL query on the given server and dbpath .
Parameters
- query
-
The AQL query to be executed. Further information on the AQL A... Query Language is provided in the original db++ manual.
- server
-
- dbpath
-
Return Values
Returns a relation handle on success. The result data may be fetched from this relation by calling dbplus_next() and dbplus_current(). Other relation access functions will not work on a result relation.
Notes
Deze functie is EXPERIMENTEEL. Dat betekent, dat het gedrag van deze functie, deze functienaam, in concreto ALLES dat hier gedocumenteerd is in een toekomstige uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees gewaarschuwd, en gebruik deze functie op eigen risico.