News Feed
Jobs Feed
Sections




News Archive
Havard Eide's Blog:
Countable
August 01, 2008 @ 10:23:28

In a new post Havard Eide looks at the creation of a Countable interface that can be used in any application:

Today I will look at the Countable interface, it has a single function that needs to be implemented: count(), by implementing this you can ensure that there is a count() function ready to use on any given class that implements it. The Countable interface is used in other places in the SPL as well: the ArrayIterator and ArrayObject classes implements this interface ( and SqliteResult if present ).

In his code examples he shows simple methods for returning the count() of a property, but notes that the real power of it comes in the ability to manipulate the number returned from the call based on other parameters (or filtering).

1 comment voice your opinion now!
countable interface count spl arrayiterator arrayobject


blog comments powered by Disqus

Similar Posts

PHPro.org: Introduction to Standard PHP Library (SPL)

Paul Jones: A Response To "On php-fig and Shared Interfaces"

PHPMaster.com: REST - Can You do More than Spell It? Part 3

PHPBuilder.com: Dynamic XML with PHP

ThinkPHP Blog: Mayflower Barcamp: Developing a PHP extension for Skype


Community Events











Don't see your event here?
Let us know!


release database testing conference framework symfony2 zendframework2 podcast functional interview series development usergroup introduction opinion language phpunit community symfony rest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework