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