|
apc_incIncrease a stored number Beschreibung
int apc_inc
( string
$key
[, int $step = 1
[, bool &$success
]] )Increases a stored number. Parameter-Liste
Rückgabewerte
Returns the current value of BeispieleBeispiel #1 apc_inc example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: 42 43 53 63 bool(true) Now, let's fail bool(false) bool(false) Siehe auch
|