Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
Phar::offsetGet
(no version information, might be only in CVS)
Phar::offsetGet -- get a PharFileInfo object for a specific filePopis
int Phar::offsetGet ( string offset )This 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.
Návratové hodnoty
A PharFileInfo object is returned that can be used to iterate over a file's contents or to retrieve information about the current file.
Errors/Exceptions
This method throws BadMethodCallException if the file does not exist in the Phar archive.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
Phar::offsetExists | Nahoru | <