<?php $file = "/tmp/foo.bz2";$bz = bzopen($file, "r") or die("Couldn't open $file for reading");bzclose($bz);?>