PHP Manual
dbplus_aql
Description
resource dbplus_aql ( string query [, string server [, string dbpath]] )
Executes an AQL query on the given
server and dbpath.
Parameters
queryThe AQL query to be executed. Further information on the AQL A... Query Language is provided in the original db++ manual.
serverdbpath
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.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




