PHP Manual

  • English French German Portuguese Spanish
Manual de PHP Referencia de funciones Otras extensiones básicas SPL Estructuras de datos SplDoublyLinkedList SplDoublyLinkedList::offsetUnset
SplDoublyLinkedList SplDoublyLinkedList::add SplDoublyLinkedList::bottom SplDoublyLinkedList::__construct SplDoublyLinkedList::count SplDoublyLinkedList::current SplDoublyLinkedList::getIteratorMode SplDoublyLinkedList::isEmpty SplDoublyLinkedList::key SplDoublyLinkedList::next SplDoublyLinkedList::offsetExists SplDoublyLinkedList::offsetGet SplDoublyLinkedList::offsetSet SplDoublyLinkedList::offsetUnset SplDoublyLinkedList::pop SplDoublyLinkedList::prev SplDoublyLinkedList::push SplDoublyLinkedList::rewind SplDoublyLinkedList::serialize SplDoublyLinkedList::setIteratorMode SplDoublyLinkedList::shift SplDoublyLinkedList::top SplDoublyLinkedList::unserialize SplDoublyLinkedList::unshift SplDoublyLinkedList::valid
  • SplDoublyLinkedList::offsetSet
  • SplDoublyLinkedList::pop

SplDoublyLinkedList::offsetUnset

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::offsetUnset — Destruir el valor de el índice específicado

Descripción

public void SplDoublyLinkedList::offsetUnset ( mixed $index )

Destruye el valor de el índice específicado.

Parámetros

index

El índice a ser destruído.

Valores devueltos

No devuelve ningún valor.

Errores/Excepciones

Lanza una excepción OutOfRangeException cuando index está fuera de los límites o cuando index no puede ser convertido a un entero.

© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.