wincache_ucache_dec

Example

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

Description

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

Return Values

Returns the decremented value on success and FALSE on failure.