Search Results
Output a gz-file 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 readgzfile () will directly read from the file without decompression.
Readgzfile () can be used to read a file which is not in gzip format; in this case readgzfile () will directly read from the file without decompression.
Retourne le nombre d'octets (non compressé) lus depuis le fichier. Si une erreur survient, retourne FALSE, et à moins que la fonction n'ai été appelée avec @readgzfile, l'erreur est affichée. Le fichier filename sera ouvert et son contenu sera écrit danas la sortie standard.
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 readgzfile will directly read from the file without decompression.
gzrewind — Rewind the position of a gz-file pointer gzseek — Seek on a gz-file pointer gztell — Tell gz-file pointer read/write position gzuncompress — Uncompress a compressed string gzwrite — Binary-safe gz-file write readgzfile — Output a gz-file zlib_get_coding_type — Returns the coding type used for output compression PHP Manual
Dec 29, 2025 · When working with Linux, you’ll eventually encounter .gz files, those sneaky compressed bundles. They’re like mystery packages—you can’t wait to...
People also ask
What does readgzfile do?
What are GZ files in Linux?
How to compress a GZ file?
How do I work with gzip PED files on Linux?
French translation of the PHP documentation. Contribute to php/doc-fr development by creating an account on GitHub.
