Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
Phar::offsetGet -- get a PharFileInfo object for a specific fileThis is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets. offsetGet is used for retrieving files from a Phar archive.
A PharFileInfo object is returned that can be used to iterate over a file's contents or to retrieve information about the current file.
This method throws BadMethodCallException if the file does not exist in the Phar archive.
Předcházející | Domů | Další |
Phar::offsetExists | Nahoru | Phar::offsetSet |