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