MySQL Improved Extension (
Mysqli
)
2507
client_info
The Client API header version
client_version
The Client version
driver_version
The MySQLi Driver version
embedded
Whether MySQLi Embedded support is enabled
reconnect
Allow or prevent reconnect (see the mysqli.reconnect INI directive)
report_mode
Set to
MYSQLI_REPORT_OFF
,
MYSQLI_REPORT_ALL
or any
combination of
MYSQLI_REPORT_STRICT
(throw Exceptions
for errors),
MYSQLI_REPORT_ERROR
(report errors) and
MYSQLI_REPORT_INDEX
(errors regarding indexes). See also
mysqli_report
.
20.7.3.12.1.
mysqli_driver::embedded_server_end
,
mysqli_embedded_server_end
Copyright 1997-2012 the PHP Documentation Group. [2230]
•
mysqli_driver::embedded_server_end
mysqli_embedded_server_end
Stop embedded server
Description
Object oriented style
void mysqli_driver::embedded_server_end();
Procedural style
void mysqli_embedded_server_end();
Warning
This function is currently not documented; only its argument list is available.
20.7.3.12.2.
mysqli_driver::embedded_server_start
,
mysqli_embedded_server_start
Copyright 1997-2012 the PHP Documentation Group. [2230]
•
mysqli_driver::embedded_server_start
mysqli_embedded_server_start
Initialize and start embedded server
Description
Object oriented style
bool mysqli_driver::embedded_server_start(
bool start,
array arguments,
array groups);
Procedural style
bool mysqli_embedded_server_start(
bool start,
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 ...