Ups, fixed typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@12669 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stefan Roehrich 1999-09-06 09:05:05 +00:00
parent a2397f44ec
commit 8fc4d3157a

View file

@ -39,7 +39,7 @@
$zp = gzopen($filename, "r");
// read 3 char
print gzread($zp, 3);
// output the the of the file and close it.
// output until end of the file and close it.
gzpassthru($zp);
print "\n";
// open file and print content (the 2nd time).