wincache_ucache_inc

Example

 mixed wincache_ucache_inc ( string $key [, int $inc_by = 1 [, bool &$success ]] ) 

Description

Increments the value associated with the key by 1 or as specified by inc_by.

Return Values

Returns the incremented value on success and FALSE on failure.