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

search for in the

gzseek> <gzread
Last updated: Fri, 10 Oct 2008

view this page in

gzrewind

(PHP 4, PHP 5)

gzrewindgz ファイルポインタの示す位置を元に戻す

説明

bool gzrewind ( resource $zp )

与えられた gz ファイルポインタが指すファイルのファイル位置記述子を、 ファイルストリームの先頭にセットします。

パラメータ

zp

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

返り値

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



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

gzseek> <gzread
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites