apcu_decDecrease a stored number Beschreibung
int apcu_dec
( string
$key
[, int $step = 1
[, bool &$success
]] )Decreases a stored integer value. Parameter-Liste
Rückgabewerte
Returns the current value of BeispieleBeispiel #1 apcu_dec example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Let's do something with success 42 41 31 21 bool(true) Now, let's fail bool(false) bool(false) Siehe auch
|