Search Results

  1. Table of Contents ¶ PharFileInfo::chmod — Sets file-specific permission bits PharFileInfo::compress — Compresses the current Phar entry with either zlib or bzip2 compression PharFileInfo::__construct — Construct a Phar entry object PharFileInfo::decompress — Decompresses the current Phar entry within the phar PharFileInfo::delMetadata — Deletes the metadata of the entry PharFileInfo ...

    • Splfileinfo

      The SplFileInfo class Introduction ¶ The SplFileInfo class...

    • Splfileobject

      Introduction ¶ The SplFileObject class offers an...

    • Pharexception

      The PharException class Introduction ¶ The PharException...

    • Phardata

      Introduction ¶ The PharData class provides a high-level...

    • Phar

      Introduction ¶ The phar extension provides a way to put...

  2. Mar 12, 2026 · This should not be called directly. Instead, a PharFileInfo object is initialized by calling Phar::offsetGet () through array access.

  3. Programmation de sites internet en Html5 et Css3 en respectant les standards du web par le W3C. Développement web réalisé par notre équipe de passionnés. Docs PHP Classe PharFileInfo __construct

  4. Introduction The PharFileInfo class provides a high-level interface to the contents and attributes of a single file within a phar archive.

  5. Table of Contents PharFileInfo::chmod — Sets file-specific permission bits PharFileInfo::compress — Compresses the current Phar entry with either zlib or bzip2 compression PharFileInfo::__construct — Construct a Phar entry object PharFileInfo::decompress — Decompresses the current Phar entry within the phar

  6. PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

  7. Simple usage example of `PharFileInfo::__construct ()`. The `PharFileInfo::__construct` function is used to create a new instance of the `PharFileInfo` class, representing a specific file entry within a Phar archive. It allows you to access information about the file such as its name, size, modified date, and permissions.