Federico Cargnelutti

Simple is better than complex. Complex is better than complicated. | @fedecarg

Standard PHP Library (SPL)

with 2 comments

SPL provides a standard set of interfaces for PHP5. The aim of SPL is to implement some efficient data access interfaces and classes for PHP. Functionally it is designed to traverse aggregate structures (anything you want to loop over). These may include arrays, database result sets, xml trees, directory listings or any list at all. Currently SPL deals with Iterators. To see all the classes available to SPL, this simple snippet will show you.

Excellent tutorial written by Kevin Waterso. Read more…

Advertisement

Written by Federico

June 25, 2007 at 8:56 pm

Posted in PHP

2 Responses

Subscribe to comments with RSS.

  1. What does it mean by SPL actually?

    Zamshed Farhan

    September 17, 2009 at 10:07 am

  2. Standard PHP Library.

    Federico

    September 17, 2009 at 10:22 am


Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 43 other followers