PHP » GoLang |
login |
register |
about
|
apcu_inc(PECL apcu >= 4.0.0) apcu_inc — Increase a stored number Description
int apcu_inc
( string
$key
[, int $step = 1
[, bool &$success
]] )Increases a stored number. Parameters
Return Values
Returns the current value of ExamplesExample #1 apcu_inc() example
<?php The above example will output something similar to: Let's do something with success 42 43 53 63 bool(true) Now, let's fail bool(false) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|