On Jan 13, 2008 9:51 PM, Carola 'Sammy' Kummert <[EMAIL PROTECTED]> wrote: > Hannes Magnusson wrote: > > On Jan 12, 2008 10:25 PM, Herman Radtke <[EMAIL PROTECTED]> wrote: > >> +echo $arrayobject->count(); > > > > This should be count($arrayobject); > > should it? ArrayObject has a count method also, see
The method is inherited from the Countable interface. The whole point of the interface is the count() support. -Hannes