The Standard PHP Library <font size=-2><a href=http://www.lifemichael.com/en/?page_id=73 target=_blank>PRO</a></font>

The  standard PHP library (SPL) exposes some of the PHP internal functionalities allowing the developer to develop PHP script that works in a special different way. Among the special possibilities SPL enables we can find the the possibility to access objects as if they were arrays and the possibility to iterate objects using an iterator. Implementing the ArrayAccess interface […]