MySQL Improved Extension (
Mysqli
)
2346
mysqli_result
OOP Interface
Procedural Interface
Alias (Do not use)
Description
mysqli_result::fetch_object
mysqli_fetch_object
N/A
Returns the current row
of a result set as an
object
mysqli_result::fetch_row
mysqli_fetch_row
N/A
Get a result row as an
enumerated array
mysqli_result::field_seek
mysqli_field_seek
N/A
Set result pointer to a
specified field offset
mysqli_result::free
,
mysqli_result::close
,
mysqli_result::free_result
mysqli_free_result
N/A
Frees the memory
associated with a result
Table 20.43. Summary of
mysqli_driver
methods
MySQL_Driver
OOP Interface
Procedural Interface
Alias (Do not use)
Description
Properties
N/A
Methods
mysqli_driver::embedded_server_end
mysqli_embedded_server_end
N/A
NOT DOCUMENTED
mysqli_driver::embedded_server_start
mysqli_embedded_server_start
N/A
NOT DOCUMENTED
Note
Alias functions are provided for backward compatibility purposes only. Do not
use them in new projects.
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
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...