The MySQLi_Result class
Introduction
Represents the result set obtained from a query against the database.
Class synopsis
MySQLi_Result
class MySQLi_Result
{
int$current_field
;
int$field_count;
array$lengths;
int$num_rows;
}
Table of Contents
add a note
User Contributed Notes
The MySQLi_Result class
There are no user contributed notes for this page.
|
|