gzencode(): Versionshistorik

Hoppa till navigering Hoppa till sök

Val av diff: markera i radioknappen för att jämföra sidversioner och tryck enter eller knappen längst ner.
Förklaring: (nuvarande) = skillnad mot senaste sidversion; (föregående) = skillnad mot föregående sidversion; m = mindre ändring.

2 december 2024

  • nuvarandeföregående 09.452 december 2024 kl. 09.45Admin diskussion bidrag 3 647 byte +3 647 Skapade sidan med '== gzencode == '''(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)''' '''gzencode — Create a gzip compressed string''' === Description === <code> gzencode(string $data, int $level = -1, int $encoding = ZLIB_ENCODING_GZIP): string|false </code> This function returns a compressed version of the input data compatible with the output of the gzip program. For more information on the GZIP file format, see the document: » GZIP file format specification version 4.3 (RFC 1952). ====...'