GoLang ArrayIterator::offsetUnset

request it (252)
GoLang replacement for PHP's ArrayIterator::offsetUnset [edit | history]



Do you know a GoLang replacement for PHP's ArrayIterator::offsetUnset? Write it!

PHP ArrayIterator::offsetUnset

PHP original manual for ArrayIterator::offsetUnset [ show | php.net ]

ArrayIterator::offsetUnset

(PHP 5, PHP 7)

ArrayIterator::offsetUnsetUnset value for an offset

Description

public void ArrayIterator::offsetUnset ( string $index )

Unsets a value for an offset.

Warning

This function is currently not documented; only its argument list is available.

Parameters

index

The offset to unset.

Return Values

No value is returned.

See Also