|
wincache_ucache_dec(PECL wincache >= 1.1.0) wincache_ucache_dec — Decrements the value associated with the key ОписаниеDecrements the value associated with the key by 1 or as specified by dec_by. Список параметров
Возвращаемые значенияReturns the decremented value on success and FALSE on failure. Примеры
Пример #1 Using wincache_ucache_dec()
<?php Результат выполнения данного примера: int(2922) bool(true) Смотрите также
|
|