PHP snippets

Примеры PHP кода

Враппер zlib

<?php

$file = 'compress.zlib://http://www.example.com/myarchive.gz';
$fr = fopen($file, 'rb');