On Jan 13, 2008 12:57 PM, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > 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 >
I now remember seeing another comment about this same issue. I will make a note to let people know that using it as a method is possible, but that it was meant to be used with count(). That should hopefully alleviate the confusion.