apcu_dec保存した数値を減らす 説明
intfalse apcu_dec(
string $key ,int $step = 1,bool &$success = ?,int $ttl = 0) 保存した整数値を減らします。 パラメータ
戻り値
成功した場合に 例例1 apcu_dec の例
上の例の出力は、 たとえば以下のようになります。 Let's do something with success 42 41 31 21 bool(true) Now, let's fail bool(false) bool(false) 参考
|