> 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!

What would be the difference between writing to php://stdout and
php://output?

Edin


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to