gzclose
(PHP 4, PHP 5, PHP 7, PHP 8)
gzclose — 開かれたgzファイルへのポインタを閉じる
例
例1 gzclose() の例
<?php
$gz = gzopen('somefile.gz','w9');
gzputs ($gz, 'I was added to somefile.gz');
gzclose($gz);
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google