wincache_ucache_dec

 mixed wincache_ucache_dec ( string $key [, int $dec_by = 1 [, bool &$success ]] ) 

説明

Decrements the value associated with the key by 1 or as specified by dec_by.

戻り値

Returns the decremented value on success and FALSE on failure.