Add Horde_Support_StringStream and the supporting Horde_Stream_Wrapper_String class
authorChuck Hagenbuch <chuck@horde.org>
Tue, 15 Sep 2009 02:45:27 +0000 (22:45 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 15 Sep 2009 02:45:27 +0000 (22:45 -0400)
commitdeea181902fc91992730534fc05bdf246608e8d4
tree053cab1231b1375a25f85df56a464c32543a67ae
parentb83d45d714e97f65edb57597f15640406825273d
Add Horde_Support_StringStream and the supporting Horde_Stream_Wrapper_String class

Provides a way to treat a string variable as a stream without duplicating it or
using global scope.
framework/Stream_Wrapper/lib/Horde/Stream/Wrapper/String.php [new file with mode: 0644]
framework/Stream_Wrapper/package.xml [new file with mode: 0644]
framework/Support/lib/Horde/Support/StringStream.php [new file with mode: 0644]
framework/Support/package.xml