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

search for in the

gzcompress> <Funzioni Zlib
[edit] Last updated: Fri, 17 May 2013

view this page in

gzclose

(PHP 4, PHP 5)

gzcloseChiude un puntatore a file gz

Descrizione

bool gzclose ( resource $zp )

Il file gz puntato da zp viene chiuso.

Elenco dei parametri

zp

Il puntatore al file gz deve essere valido, e deve puntare ad un file giĆ  aperto da gzopen().

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Esempi

Example #1 Esempio di gzclose()

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

Vedere anche:



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites