The MySQLi_STMT class
Introduction
Represents a prepared statement.
Class synopsis
MySQLi_STMT
class MySQLi_STMT
{
int$affected_rows;
int$errno;
string$error;
int$field_count;
int$insert_id;
int$num_rows;
int$param_count;
string$sqlstate;
}
Table of Contents
add a note
User Contributed Notes
The MySQLi_STMT class
There are no user contributed notes for this page.
|
|