Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 657 Bytes

03-04-01-Standard-PHP-Library.md

File metadata and controls

18 lines (13 loc) · 657 Bytes
title isChild anchor
Standard PHP Library
true
standard_php_library

Standard PHP Library {#standard_php_library_title}

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.