ArrayObject
PHP Manual

ArrayObject::offsetUnset

(PHP 5)

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

żadna wartość nie jest zwracana.


ArrayObject
PHP Manual