Wrapper
Table of Contents
Interfaces
- CombineStreamWrapper
- Provides access to the CombineStream stream wrapper.
- StringStreamWrapper
- Provides access to the StringStream stream wrapper.
Classes
- CombineWrapper
- A stream wrapper that will combine multiple strings/streams into a single
stream. Stream Wrappers implement method signatures defined in the builtin
class streamWrapper but they do not need to inherit from it. Not all methods
of streamWrapper need to be implemented. We follow the signatures as defined
in the php manual
- StringWrapper
- A stream wrapper that will treat a native PHP string as a stream.