mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
a2397f44ec
commit
8fc4d3157a
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue