ArrayIterator
PHP Manual

ArrayIterator::offsetUnset

(PHP 5 >= 5.0.0)

ArrayIterator::offsetUnsetUnset value for an offset

Açıklama

public void ArrayIterator::offsetUnset ( string $index )

Unsets a value for an offset.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

index

The offset to unset.

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız


ArrayIterator
PHP Manual