Classes and interfaces
InitializableInterface¶
Interface to allow objects to have initialization logic
« More »
ArrayStack¶
ArrayObject that acts as a stack with regards to iteration
« More »
ArrayUtils¶
Utility class for testing and manipulation of PHP arrays.
« More »
ErrorHandler¶
ErrorHandler that can be used to catch internal PHP errors
and convert to a ErrorException instance.
« More »
Glob¶
Wrapper for glob with fallback if GLOB_BRACE is not available.
« More »
PriorityQueue¶
Re-usable, serializable priority queue implementation
« More »
SplPriorityQueue¶
Serializable version of SplPriorityQueue
« More »
SplQueue¶
Serializable version of SplQueue
« More »
SplStack¶
Serializable version of SplStack
« More »
StringUtils¶
Utility class for handling strings of different character encodings
using available PHP extensions.
« More »
Classes and interfaces
ExceptionInterface¶
Exception marker interface
« More »
BadMethodCallException¶
Bad method call exception
« More »
ExtensionNotLoadedException¶
Extension not loaded exception
« More »
InvalidArgumentException¶
Invalid Argument Exception
« More »
InvalidCallbackException¶
Invalid callback exception
« More »