Mysqlnd user handler plugin (
mysqlnd_uh
)
2720
MYSQLND_UH_MYSQLND_OPT_INT_AND_FLOAT_NATIVE
(integer)
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.
Other
The plugins version number can be obtained using
MYSQLND_UH_VERSION
or
MYSQLND_UH_VERSION_ID
.
MYSQLND_UH_VERSION
is the string representation of the numerical
version number
MYSQLND_UH_VERSION_ID
, which is an integer such as 10000. Developers can
calculate the version number as follows.
Version (part)
Example
Major*10000
1*10000 = 10000
Minor*100
0*100 = 0
Patch
0 = 0
MYSQLND_UH_VERSION_ID
10000
MYSQLND_UH_VERSION
(string)
Plugin version string, for example, “1.0.0-alpha”.
MYSQLND_UH_VERSION_ID
(integer)
Plugin version number, for example, 10000.
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,
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 ...