mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-10 15:54:01 +02:00
Added some information about Exceptions.
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user