MySQL database result
This implements access to database result sets
Located in /program/lib/database/mysql.class.php (line 1036)
constructor
free the memory associated with the result set
fetch all rows as a 0-based array of 0-based enumerated arrays
fetch all rows as an array (0-based or keyed) of associative arrays
This returns an array of assoc arrays (one per record). If $key is not empty, we use the contents of the field as the array key, otherwise we simply use a 0-based numeric key. By specifying a single unique field (e.g. the primary key) all records in the array can be accessed via their unique value.
fetch the next result row as a 0-based enumerated array
fetch the next result row as a associative array
Documentation generated on Tue, 28 Jun 2016 19:10:41 +0200 by phpDocumentor 1.4.0