PHP5 Programy gry Pozycjonowanie tanio pit 2008 Głośniki samochodowe pozycjonowanie
pozycjonowanie strony # pozycjonowanie i optymalizacja # kamery webcam internetowe # fakturowanie # zobacz: Informacje prasowe w cieszynie
HTTP
PHP Manual

The HttpInflateStream class

Streszczenie klas

HttpInflateStream
class HttpInflateStream {
public void __construct ([ int $flags = 0 ] )
public HttpInflateStream factory ([ int $flags = 0 [, string $class_name = 'HttpInflateStream' ]] )
public string finish ([ string $data ] )
public string flush ([ string $data ] )
public string update ( string $data )
}

Class Members

Constants

Type Name Description
int FLUSH_NONE no forced flush
int FLUSH_SYNC synching flush
int FLUSH_FULL full flush

Informacja: Flushing usually has no effect on inflate streams.

Przykłady

Example #1 A HttpInflateStream example

<?php
$stream 
= new HttpInflateStream;
echo 
$stream->update($data);
echo 
$stream->finish();
?>

Spis treści


HTTP
PHP Manual