downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SplStack::__construct> <SplDoublyLinkedList::valid
[edit] Last updated: Fri, 25 May 2012

view this page in

La classe SplStack

(PHP 5 >= 5.3.0)

Introduction

La classe SplStack fournit l'interface de base pour implémenter une pile, basée sur une liste doublement chaînée.

Synopsis de la classe

SplStack extends SplDoublyLinkedList implements Iterator , ArrayAccess , Countable {
/* Méthodes */
__construct ( void )
void setIteratorMode ( int $mode )
/* Méthodes héritées */
mixed SplDoublyLinkedList::key ( void )
void SplDoublyLinkedList::offsetSet ( mixed $index , mixed $newval )
mixed SplDoublyLinkedList::pop ( void )
public string SplDoublyLinkedList::serialize ( void )
mixed SplDoublyLinkedList::top ( void )
public void SplDoublyLinkedList::unserialize ( string $serialized )
}

Sommaire



add a note add a note User Contributed Notes SplStack
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites