note 102253 deleted from function.gzdecode by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: rayro at gmx dot de 

----

A note to my previous post:

Function readgzfile does output the contents to stdout, so simple use implode('',gzfile()) insteadof readgzfile().

<?php
$data = implode('',gzfile('data://text/plain;base64,'.base64_encode($data)));
?>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.