PHP String Stream Print
Written by Sam Moffatt   
Friday, 08 August 2008 02:00
PHP String Stream is a simple stream wrapper for PHP's built in strings. It works by creating a reference to a string and using that for regular file operations. Other operations, such as creating a directory, won't work and will cause an error. Check out the project on Google Code.