Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
memcached::incrementbykey() increments a numeric item's value by the specified offset.
memcached::incrementbykey() увеличивает числовое значение записи на величину, указанную в параметре offset.
Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :
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 если переданного ключа не существует.
Dernière mise à jour : 2018-02-21
Fréquence d'utilisation : 1
Qualité :