ArrayObject
PHP Manual

ArrayObject::offsetUnset

(PHP 5 >= 5.1.0)

ArrayObject::offsetUnsetUnsets the value at the specified $index

Opis

void ArrayObject::offsetUnset ( mixed $index )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Unsets the value at the specified index.

Parametry

index

The index being unset.

Zwracane wartości

nie jest zwracana żadna wartość.


ArrayObject
PHP Manual