Search Results
Hinweis: Diese Methode des Phar -Objekts funktioniert nur wenn die php.ini -Einstellung phar.readonly auf 0 gesetzt ist, sonst wird eine PharException geworfen. This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets. offsetSet is used for modifying an existing file, or adding a new file to a Phar archive.
This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets. offsetSet is used for modifying an existing file, or adding a new file to a Phar archive.
Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown.
This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a tar/zip archive using array access brackets. offsetSet is used for modifying an existing file, or adding a new file to a tar/zip archive.
This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets. offsetSet is used for modifying an existing file, or adding a new file to a Phar archive.
PharData::offsetSet — Set the contents of a file within the tar/zip to those of an external file or string PharData::offsetUnset — Remove a file from a tar/zip archive PharData::setAlias — Dummy function (Phar::setAlias is not valid for PharData) PharData::setDefaultStub — Dummy function (Phar::setDefaultStub is not valid for PharData)
Phar:: offsetGet () - Obtient un objet PharFileInfo à partir d'un fichier Phar:: offsetSet () - Met le contenu d'un fichier interne à l'archive à l'identique du contenu d'un fichier externe
