| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
Memcached::getResultMessage(PECL memcached >= 1.0.0) Memcached::getResultMessage — Return the message describing the result of the last operation 설명
   public string Memcached::getResultMessage
    ( void
   ) 
  Memcached::getResultMessage() returns a string that describes the result code of the last executed Memcached method. 인수이 함수는 인수가 없습니다. 반환값Message describing the result of the last Memcached operation. 예제
 Example #1 Memcached::getResultMessage() example 
<?php위 예제의 출력: NOT STORED  |