mini\Mini\ApcuDrivers\ApcuDriverInterface::dec()
Method
public
abstract
Signature
public abstract function dec(string $key, int $step = 1, ?bool $success = NULL, int $ttl = 0): int|false
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$key |
string |
required | Documentation missing |
$step |
int |
1
|
Documentation missing |
$success |
?bool |
NULL
|
Documentation missing |
$ttl |
int |
0
|
Documentation missing |
Returns
int|false
Documentation
apcu_dec(string $key, int $step = 1, bool &$success = ?, int $ttl = 0): int|false