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

search for in the

ArrayObject::append> <ArrayIterator::valid
Last updated: Fri, 29 Aug 2008

view this page in

La ArrayObject

Introduction

...

Synopsis de la classe

ArrayObject
class ArrayObject implements IteratorAggregate , Traversable , ArrayAccess , Countable {
/* Méthodes */
__construct ( mixed $input )
void append ( mixed $newval )
int count ( void )
ArrayIterator getIterator ( void )
bool offsetExists ( mixed $index )
mixed offsetGet ( mixed $index )
void offsetSet ( mixed $index , mixed $newval )
void offsetUnset ( mixed $index )
}

Sommaire



add a note add a note User Contributed Notes
ArrayObject
Anonymous
10-Aug-2008 03:17
Too bad the Array functions [1] are not available on this object… otherwise I would be using it all the time.

[1] http://nl.php.net/manual/en/ref.array.php

ArrayObject::append> <ArrayIterator::valid
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites