Oracle 5.0 Reference Manual page 2740

Table of Contents

Advertisement

MYSQLND_UH_MYSQLND_OPT_INT_AND_FLOAT_NATIVE
(integer)
Other
The plugins version number can be obtained using
MYSQLND_UH_VERSION_ID
version number
calculate the version number as follows.
Version (part)
Major*10000
Minor*100
Patch
MYSQLND_UH_VERSION_ID
MYSQLND_UH_VERSION
MYSQLND_UH_VERSION_ID
(integer)
20.7.8.7. The MysqlndUhConnection class (MysqlndUhConnection)
Copyright 1997-2012 the PHP Documentation Group. [2230]
MysqlndUhConnection {
MysqlndUhConnection
Methods
public bool MysqlndUhConnection::changeUser(
mysqlnd_connection connection,
string user,
string password,
string database,
bool silent,
int passwd_len);
public string MysqlndUhConnection::charsetName(
mysqlnd_connection connection);
public bool MysqlndUhConnection::close(
mysqlnd_connection connection,
int close_type);
public bool MysqlndUhConnection::connect(
mysqlnd_connection connection,
string host,
string use",
string password,
string database,
int port,
string socket,
int mysql_flags);
public MysqlndUhConnection::__construct();
public bool MysqlndUhConnection::endPSession(
mysqlnd_connection connection);
public string MysqlndUhConnection::escapeString(
mysqlnd_connection connection,
Mysqlnd user handler plugin (mysqlnd_uh)
Option: make mysqlnd return integer and float columns as long even
when using the MySQL Client Server text protocol. Only available
with a custom build of mysqlnd.
.
MYSQLND_UH_VERSION
MYSQLND_UH_VERSION_ID
(string)
Plugin version string, for example, "1.0.0-alpha".
Plugin version number, for example, 10000.
MYSQLND_UH_VERSION
is the string representation of the numerical
, which is an integer such as 10000. Developers can
Example
1*10000 = 10000
0*100 = 0
0 = 0
10000
2720
or

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents