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