I need to be able to decompress through PHP some data that I have in a string which uses the gzip format. I need to do this via PHP, not by calling - through
gzip
Did you tried gzuncompress? http://www.php.net/manual/en/function.gzuncompress.php
gzuncompress