Effect of parameter $unused in method apcu_store

184 Views Asked by At

I'm trying to use APCu on PHP7. I checked the documentation for method apcu_store:

apcu_store ( array $values [, mixed $unused = NULL [, int $ttl = 0 ]] ) : array

One of the parameters is mixed $unused = NULL. There is no description of the purpose of this parameter. Does anyone know its effect?

0

There are 0 best solutions below