May 2017
Intermediate to advanced
340 pages
8h 16m
English
The Standard PHP Library (SPL), is one of the best possible features of the PHP language in last few years. SPL was created to solve common problems which were lacking in PHP. SPL extended the language in many ways but one of the striking features of SPL is its support of data structures. Though SPL is used for many other purposes, we are going to focus on the data structure part of SPL. SPL comes with core PHP installations and does not require any extension or change in configurations to enable it.
SPL provides a set of standard data structures through Object-Oriented Programming in PHP. The supported data structures are:
Read now
Unlock full access