|
MysqlndUhConnection::getLastMessage(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getLastMessage — Retrieves information about the most recently executed query Описание
public void MysqlndUhConnection::getLastMessage
( mysqlnd_connection $connection
)
Retrieves information about the most recently executed query. Список параметров
Возвращаемые значенияLast message. Trying to return a string longer than 511 bytes will cause an error of the type E_WARNING and result in the string being truncated. Примеры
Пример #1 MysqlndUhConnection::getLastMessage() example
<?php Результат выполнения данного примера: proxy::getLastMessage(array ( 0 => NULL, )) proxy::getLastMessage returns '' string(0) "" proxy::getLastMessage(array ( 0 => NULL, )) proxy::getLastMessage returns '' string(0) "" Смотрите также
|
|