Compression Functions



I want to do a quick and dirty scan of Apache logs using some of the zlib Compression Functions. My hosting company tars and gzips several other log files into the gz file. Is there an easy way, using PHP, to separate the files, and only process the Apache log?
.