|
gzencodeCreate a gzip compressed string Beschreibung
string gzencode
( string
$data
[, int $level = -1
[, int $encoding_mode = FORCE_GZIP
]] )
This function returns a compressed version of the input
For more information on the GZIP file format, see the document: » GZIP file format specification version 4.3 (RFC 1952). Parameter-Liste
Rückgabewerte
The encoded string, or Changelog
BeispieleThe resulting data contains the appropriate headers and data structure to make a standard .gz file, e.g.: Beispiel #1 Creating a gzip file
<?phpSiehe auch
|