Query: dbplus_aql
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBPLUS_AQL(3) 1 DBPLUS_AQL(3) dbplus_aql - Perform AQL querySYNOPSISresource dbplus_aql (string $query, [string $server], [string $dbpath])DESCRIPTIONExecutes an AQL $query on the given $server and $dbpath.PARAMETERSo $query - The AQL query to be executed. Further information on the AQL (Algebraic Query Language) is provided in the original db++ manual. o $server - o $dbpath -RETURN VALUESReturns a relation handle on success. The result data may be fetched from this relation by calling dbplus_next(3) and dbplus_curr(3). Other relation access functions will not work on a result relation.NOTESWarning This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. PHP Documentation Group DBPLUS_AQL(3)