|
gzeof
Test for end-of-file on a gz-file pointer
(PHP 4, PHP 5)
Example 2724. gzeof() example<?php Code Examples / Notes » gzeofthomas
Be careful with this example. if gzopen doesn't return a valid handler, gzeof will do a nice loop.
|