|
wincache_ucache_incIncrements the value associated with the key Description
mixed wincache_ucache_inc
( string
$key
[, int $inc_by = 1
[, bool &$success
]] )
Increments the value associated with the Parameters
Return Values
Returns the incremented value on success and Examples
Example #1 Using wincache_ucache_inc
<?php The above example will output: int(2922) bool(true) See Also
|