UTILITY
forget()
Remove a nested dot-notation array value.
Signature
bool forget(array &$array, string $path)
Example
forget($data, 'user.token');Available from: 1.5.0
Remove a nested dot-notation array value.
bool forget(array &$array, string $path)
forget($data, 'user.token');Available from: 1.5.0