Added some information about Exceptions.

This commit is contained in:
Phil Sturgeon
2012-07-10 14:40:06 +01:00
parent 75f7a8ec1f
commit 61f3ee4e1d
5 changed files with 83 additions and 19 deletions

View File

@@ -1,12 +0,0 @@
---
title: Standard PHP Library
isChild: true
---
## Standard PHP Library
The Standard PHP Library (SPL) is packaged with PHP and provides a collection of classes and interfaces. It is made up primarily of commonly needed datastructure classes (stack, queue, heap, and so on), and iterators which can traverse over these datastructures or your own classes which implement SPL interfaces.
* [Read about the SPL][spl]
[spl]: http://php.net/manual/en/book.spl.php