Fixed w3c validator errors for "Duplicate ID"

This commit is contained in:
andrea
2012-08-20 16:20:00 +02:00
parent f731160ded
commit d5d5d0725b
42 changed files with 42 additions and 42 deletions

View File

@@ -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.