Oracle 5.0 Reference Manual page 2527

Table of Contents

Advertisement

client_info
client_version
driver_version
embedded
reconnect
report_mode
20.7.3.12.1. mysqli_driver::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();
20.7.3.12.2. mysqli_driver::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,
MySQL Improved Extension (Mysqli)
The Client API header version
The Client version
The MySQLi Driver version
Whether MySQLi Embedded support is enabled
Allow or prevent reconnect (see the mysqli.reconnect INI directive)
Set to
MYSQLI_REPORT_OFF
combination of
for errors),
MYSQLI_REPORT_INDEX
mysqli_report.
Warning
This function is currently not documented; only its argument list is available.
,
MYSQLI_REPORT_ALL
MYSQLI_REPORT_STRICT
MYSQLI_REPORT_ERROR
(errors regarding indexes). See also
mysqli_embedded_server_end
mysqli_embedded_server_start
2507
or any
(throw Exceptions
(report errors) and

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Mysql 5.0

Table of Contents