Preface

PHP SEIDS (Supplementary, Easily Interchangeable Data Structures) is a library providing a variety of data structures designed to complement those provided by the Standard PHP Library (SPL). Wherever possible the classes provide the same interface as provided by a related SPL class, sometimes with extra functionality. This allows for the classes to be easily swapped with both one another and the original SPL classes.

This work, "PHP SEIDS Manual", is a derivative of "» PHP Manual" by the PHP Documentation Group, used under » CC BY 3.0. "PHP SEIDS Manual" is licensed under » CC BY 3.0 by Daniel A.C. Martin.

Acknowledgements

This manual borrows heavily from » the original PHP documentation, and was built using the PHP project's DocBook processor, » PhD. I would like to express my thanks to all those who worked on these projects. As well as to the authors of the » Standard PHP Library (SPL) which, of course, inspired the creation of this library.

Daniel A.C. Martin, 2015.

To Top