PHP Manual

  • English French German Portuguese Spanish
Manual de PHP Referencia de funciones Otras extensiones básicas SPL Estructuras de datos SplDoublyLinkedList SplDoublyLinkedList::push
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::prev
  • SplDoublyLinkedList::rewind

SplDoublyLinkedList::push

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::push — Inserta un elemento al final de la lista doblemente enlazada

Descripción

public void SplDoublyLinkedList::push ( mixed $value )

Inserta un value al final de la lista doblemente enlazada.

Parámetros

value

El valor a insertar.

Valores devueltos

No devuelve ningún valor.

© Copyright © 2001-2015 The PHP Group.

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