readgzfile(): 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 10.052 december 2024 kl. 10.05Admin diskussion bidrag 1 654 byte +1 654 Skapade sidan med '== readgzfile == '''(PHP 4, PHP 5, PHP 7, PHP 8)''' '''readgzfile — Output a gz-file''' === Description === <code> readgzfile(string $filename, int $use_include_path = 0): int|false </code> Reads a file, decompresses it, and writes it to standard output. readgzfile() can be used to read a file which is not in gzip format; in this case, it will directly read from the file without decompression. ==== Parameters ==== '''filename:''' The file name. This file will be op...'