Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: gzclose - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

gzcompress" width="11" height="7"/> <Zlib 関数
Last updated: Fri, 05 Sep 2008

view this page in

gzclose

(PHP 4, PHP 5)

gzclose開かれたgzファイルへのポインタを閉じる

説明

bool gzclose ( resource $zp )

与えられた gz ファイルへのポインタを閉じます。

パラメータ

zp

gzファイルポインタ。有効なファイルポインタであり、かつ、 gzopen() によりオープンできたファイルを指している必要があります。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

例1 gzclose() の例

<?php
$gz 
gzopen('somefile.gz','w9');
gzputs ($gz'I was added to somefile.gz');
gzclose($gz);
?>

参考



add a note add a note User Contributed Notes
gzclose
There are no user contributed notes for this page.

gzcompress" width="11" height="7"/> <Zlib 関数
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites