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?