offsetUnset() public method
Deletes the value with the specified key from cache This method is required by the interface ArrayAccess.
public void offsetUnset ( $key ) | ||
---|---|---|
$key | string |
The key of the value to be deleted |
offsetUnset() public method
Deletes the value with the specified key from cache This method is required by the interface ArrayAccess.
public void offsetUnset ( $key ) | ||
---|---|---|
$key | string |
The key of the value to be deleted |
Please login to continue.