From professional translators, enterprises, web pages and freely available translation repositories.
memcached::incrementbykey() increments a numeric item's value by the specified offset.
memcached::incrementbykey() увеличивает числовое значение записи на величину, указанную в параметре offset.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
if the item's value is not numeric, an error will result. memcached::incrementbykey() will set the item to the initial_value parameter if the key doesn't exist.
Если значение записи не является числовым, то будет возвращена ошибка. memcached::incrementbykey() установит записи значение параметра initial_value если переданного ключа не существует.
Last Update: 2018-02-21
Usage Frequency: 1
Quality: