mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-10 15:54:01 +02:00
Fixed w3c validator errors for "Duplicate ID"
This commit is contained in:
@@ -3,7 +3,7 @@ title: Standard PHP Library
|
||||
isChild: 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.
|
||||
|
||||
|
Reference in New Issue
Block a user