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