| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
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. 예제
 Example #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) "" 참고
 
  |