mysqli_result
OOP Interface
mysqli_result::fetch_object
mysqli_result::fetch_row
mysqli_result::field_seek
mysqli_result::free,
mysqli_result::close,
mysqli_result::free_result
Table 20.43. Summary of
MySQL_Driver
OOP Interface
Properties
N/A
Methods
mysqli_driver::embedded_server_end
mysqli_driver::embedded_server_start
20.7.3.9. The mysqli class (mysqli)
Copyright 1997-2012 the PHP Documentation Group. [2230]
Represents a connection between PHP and a MySQL database.
mysqli {
mysqli
Properties
int
mysqli->affected_rows ;
string
mysqli->client_info ;
int
mysqli->client_version ;
string
mysqli->connect_errno ;
string
mysqli->connect_error ;
int
mysqli->errno ;
array
MySQL Improved Extension (Mysqli)
Procedural Interface
mysqli_fetch_objectN/A
mysqli_fetch_row
mysqli_field_seek
mysqli_free_result
mysqli_driver
Procedural Interface
mysqli_embedded_server_end
mysqli_embedded_server_start
Note
Alias functions are provided for backward compatibility purposes only. Do not
use them in new projects.
Alias (Do not use)
N/A
N/A
N/A
methods
Alias (Do not use)
N/A
N/A
2346
Description
Returns the current row
of a result set as an
object
Get a result row as an
enumerated array
Set result pointer to a
specified field offset
Frees the memory
associated with a result
Description
NOT DOCUMENTED
NOT DOCUMENTED
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers