update : 2015.11.03
php.shukuma.com검색:
|
wincache_ucache_cas(PECL wincache >= 1.1.0) wincache_ucache_cas — Compares the variable with old value and assigns new value to it 설명
bool wincache_ucache_cas
( string
$key
, int $old_value
, int $new_value
)
Compares the variable associated with the 인수
반환값
성공 시 예제
Example #1 Using wincache_ucache_cas()
<?php 위 예제의 출력: bool(true) int(1) 참고
|