Hey, would it be good to be able to do this:
$fp = fopen("php://output", "w");
...
fwrite($fp, $data);
Where php://output represents the current output buffer.
This can be implemented as a stream that calls PHPWRITE()
Comments for and against please!
--Wez.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
