PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::getLastMessage
request it (294)
GoLang replacement for PHP's MysqlndUhConnection::getLastMessage
[edit | history]
PHP MysqlndUhConnection::getLastMessagePHP original manual for MysqlndUhConnection::getLastMessage [ show | php.net ]MysqlndUhConnection::getLastMessage(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getLastMessage — Retrieves information about the most recently executed query Description
public void MysqlndUhConnection::getLastMessage
( mysqlnd_connection
$connection
)Retrieves information about the most recently executed query. Parameters
Return ValuesLast 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. Examples
Example #1 MysqlndUhConnection::getLastMessage() example
<?php The above example will output: proxy::getLastMessage(array ( 0 => NULL, )) proxy::getLastMessage returns '' string(0) "" proxy::getLastMessage(array ( 0 => NULL, )) proxy::getLastMessage returns '' string(0) "" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|