22.10.2.10. The MySQLi_Driver class (MySQLi_Driver)

Copyright 1997-2010 the PHP Documentation Group.

MySQLi Driver.

 MySQLi_Driver {
MySQLi_Driver Properties  public readonly string client_info ;
  public readonly string client_version ;
  public readonly string driver_version ;
  public readonly string embedded ;
  public bool reconnect ;
  public int report_mode ;
Methods  void mysqli_driver::embedded_server_end();
  bool mysqli_driver::embedded_server_start(bool start,
                                            array arguments,
                                            array groups);

}
client_info

The Client API header version

client_version

The Client version

driver_version

The MySQLi Driver version

embedded

Wether 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.

22.10.2.10.1. mysqli_driver::embedded_server_end, mysqli_embedded_server_end

Copyright 1997-2010 the PHP Documentation Group.

  • 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.

22.10.2.10.2. mysqli_driver::embedded_server_start, mysqli_embedded_server_start

Copyright 1997-2010 the PHP Documentation Group.

  • 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,
                                  array arguments,
                                  array groups);
Warning

This function is currently not documented; only its argument list is available.

Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout