Memcached::getResultCode(PECL memcached >= 0.1.0) Memcached::getResultCode — Return the result code of the last operation Описание
public int Memcached::getResultCode
( void
)
Memcached::getResultCode() returns one of the Memcached::RES_* constants that is the result of the last executed Memcached method. Список параметровУ этой функции нет параметров. Возвращаемые значенияResult code of the last Memcached operation. Примеры
Пример #1 Memcached::getResultCode() example
<?php |
||