Oracle 5.0 Reference Manual page 2794

Table of Contents

Advertisement

mysqli_multi_query
20.7.8.7.43.
MysqlndUhConnection::shutdownServer
Copyright 1997-2012 the PHP Documentation Group. [2230]
MysqlndUhConnection::shutdownServer
The shutdownServer purpose
Description
public void MysqlndUhConnection::shutdownServer(
string MYSQLND_UH_RES_MYSQLND_NAME,
string "level");
Parameters
MYSQLND_UH_RES_MYSQLND_NAME
"level"
Return Values
20.7.8.7.44.
MysqlndUhConnection::simpleCommand
Copyright 1997-2012 the PHP Documentation Group. [2230]
MysqlndUhConnection::simpleCommand
Sends a basic COM_* command
Description
public bool MysqlndUhConnection::simpleCommand(
mysqlnd_connection connection,
int command,
string arg,
int ok_packet,
bool silent,
bool ignore_upsert_status);
Sends a basic COM_* command to MySQL.
Parameters
connection
command
arg
ok_packet
silent
ignore_upsert_status
Return Values
Mysqlnd user handler plugin (mysqlnd_uh)
Warning
This function is currently not documented; only its argument list is available.
Mysqlnd connection handle. Do not modify!
The COM command to be send.
Optional COM command arguments.
The OK packet type.
Whether mysqlnd may emit errors.
Whether to ignore
UPDATE/INSERT
2774
status.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents