Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 920 Bytes

FIXEDCOLLECTION.md

File metadata and controls

17 lines (9 loc) · 920 Bytes

FixedCollectionPlus

This class is an extension of the built-in SplFixedArray class.

It is designed to provide similar functionality to the CollectionPlus library, while taking advantage of the performance and memory usage benefits of the SplFixedArray class

Basics

As stated above, this class extends the base SplFixedArray class, and as such all of the public methods provided by the base class are available here.

Extension

Click here to see what methods I have added to the base class

The usage of this class requires a certain level of understanding about how the base SplFixedArray functions.

If you run into any specific issue or have a suggestion on how I can improve this class, please let me know.