|
wincache_ucache_decDecrements the value associated with the key Beschreibung
mixed wincache_ucache_dec
( string
$key
[, int $dec_by = 1
[, bool &$success
]] )
Decrements the value associated with the Parameter-Liste
Rückgabewerte
Returns the decremented value on success and Beispiele
Beispiel #1 Using wincache_ucache_dec
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(2922) bool(true) Siehe auch
|