update : 2015.11.03
php.shukuma.com검색:
|
TokyoTyrant::add(PECL tokyo_tyrant >= 0.1.0) TokyoTyrant::add — Adds to a numeric key 설명Adds to an int or double value. This increments the value by the given amount and returns the new value. If the key does not exist a new key is created with initial value of the increment parameter. 인수
반환값Returns the new value on success 예제
Example #1 TokyoTyrant::add() example
<?php 위 예제의 출력 예시: 6.5 참고
|