(PHP 5, PHP 7)
ArrayIterator::offsetUnset — Unset value for an offset
public ArrayIterator::offsetUnset ( mixed $index ) : void
Unsets a value for an offset.
If iteration is in progress, and ArrayIterator::offsetUnset() is used to unset the current index of iteration, the iteration position will be advanced to the next index. Since the iteration position is also advanced at the end of a foreach loop body, use of ArrayIterator::offsetUnset() inside a foreach
loop may result in indices being skipped.
index
The offset to unset.
No value is returned.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/arrayiterator.offsetunset.php