| 
 | apc_incIncrease a stored number Description
   int apc_inc
    ( string  $key[, int$step= 1
   [, bool&$success]] )Increases a stored number. Parameters
 Return Values
   Returns the current value of  ExamplesExample #1 apc_inc example 
<?phpThe above example will output something similar to: 42 43 53 63 bool(true) Now, let's fail bool(false) bool(false) See Also
 |