Oracle 5.0 Reference Manual page 2367

Table of Contents

Advertisement

mysqli->error_list ;
string
mysqli->error ;
int
mysqli->field_count ;
int
mysqli->client_version ;
string
mysqli->host_info ;
string
mysqli->protocol_version ;
string
mysqli->server_info ;
int
mysqli->server_version ;
string
mysqli->info ;
mixed
mysqli->insert_id ;
string
mysqli->sqlstate ;
int
mysqli->thread_id ;
int
mysqli->warning_count ;
Methods
mysqli::__construct(
string host
=
=ini_get("mysqli.default_host"),
string username
=
=ini_get("mysqli.default_user"),
string passwd
=
=ini_get("mysqli.default_pw"),
string dbname
=
="",
int port
=
=ini_get("mysqli.default_port"),
string socket
=
=ini_get("mysqli.default_socket"));
bool mysqli::autocommit(
bool mode);
bool mysqli::change_user(
string user,
string password,
string database);
string mysqli::character_set_name();
bool mysqli::close();
bool mysqli::commit();
bool mysqli::debug(
string message);
bool mysqli::dump_debug_info();
MySQL Improved Extension (Mysqli)
2347

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Mysql 5.0

Table of Contents