Search Results

  1. Non-executable tar/zip archives cannot have an alias, so this method simply throws an exception.

  2. Non-executable tar/zip archives cannot have an alias, so this method simply throws an exception.

  3. Non-executable tar/zip archives cannot have an alias, so this method simply throws an exception.

  4. The PharData class Introduction (PHP 5 >= 5.3.0, PHP 7, PECL phar >= 2.0.0) The PharData class provides a high-level interface to accessing and creating non-executable tar and zip archives. Because these archives do not contain a stub and cannot be executed by the phar extension, it is possible to create and manipulate regular zip and tar files using the PharData class even if phar.readonly ...

  5. Simple usage example of `PharData::setAlias ()`. PharData::setAlias is a dummy function that does not serve any purpose in PharData. It is not valid for use with PharData objects. Please use Phar::setAlias instead.

  6. The PharData class extends the Phar, and allows creating and modifying non-executable (data) tar and zip archives even if phar.readonly =1 in php.ini. As such, PharData::setAlias () and PharData::setStub () are both disabled as the concept of alias and stub are unique to executable phar archives.

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