update : 2015.11.03
php.shukuma.com검색:
|
apc_dec(PECL apc >= 3.1.1) apc_dec — Decrease a stored number 설명
int apc_dec
( string
$key
[, int $step = 1
[, bool &$success
]] )Decreases a stored integer value. 인수
반환값
Returns the current value of 예제Example #1 apc_dec() example
<?php 위 예제의 출력 예시: Let's do something with success 42 41 31 21 bool(true) Now, let's fail bool(false) bool(false) 참고
|