update : 2015.11.03
php.shukuma.com검색:
|
apc_inc(PECL apc >= 3.1.1) apc_inc — Increase a stored number 설명
int apc_inc
( string
$key
[, int $step = 1
[, bool &$success
]] )Increases a stored number. 인수
반환값
Returns the current value of 예제Example #1 apc_inc() example
<?php 위 예제의 출력 예시: 42 43 53 63 bool(true) Now, let's fail bool(false) bool(false) 참고
|