Search Results

  1. PharFileInfo::chmod () allows setting of the executable file permissions bit, as well as read-only bits. Writeable bits are ignored, and set at runtime based on the phar.readonly INI variable.

  2. PharFileInfo::chmod () allows setting of the executable file permissions bit, as well as read-only bits. Writeable bits are ignored, and set at runtime based on the phar.readonly INI variable.

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

  4. Simple usage example of `PharFileInfo::chmod ()`. PharFileInfo::chmod () is a PHP function that is used to set the permission bits for a specific file within a Phar archive. These permission bits control the access permissions for the file, including read, write, and execute permissions.

  5. PharFileInfo::chmod () permet de fixer les bits d'exécution des fichiers, ainsi que ceux de lecture seule. Ceux d'écriture sont ignorés car fixés au démarrage par la variable INI phar.readonly. Comme avec toutes les fonctionnalités qui modifient le contenu d'un phar, la variable INI phar.readonly doit être à off pour réussir si le fichier est au sein d'une archive Phar. Les fichiers ...

  6. 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

  7. English PHP documentation. Contribute to php/doc-en development by creating an account on GitHub.