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. Примеры
Пример #1 Memcached::getResultMessage() example
<?phpРезультат выполнения данного примера: NOT STORED |
||