note 102240 deleted from function.gzdecode by danbrown

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

----

Since gzdecode does not exist, heres the simplest solution to decode the data using the data uri scheme:
<?php
$data = readgzfile('data://text/plain;base64,'.base64_encode($data));
?>
It's much like the solution of webmaster at askapache dot com, but it does not create a temporary file for using with readgzfile...
The ugly with this is, that we have to transform the data again with base64 encoding...
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.