CombineWrapper.php
Copyright 2009-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (BSD). If you did not receive this file, see http://www.horde.org/licenses/bsd.
Tags
Table of Contents
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