|
|
|
The MySQLi_STMT class
The MySQLi_STMT class Introduction Represents a prepared statement. Class synopsis MySQLi_STMT 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 | |