Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
PharFileInfo::__construct
(no version information, might be only in CVS)
PharFileInfo::__construct -- Construct a Phar entry objectPopis
void PharFileInfo::__construct ( string entry )This should not be called directly. Instead, a PharFileInfo object is initialized by calling Phar::offsetGet() through array access.
Seznam parametrů
entry
The full url to retrieve a file. If you wish to retrieve the information for the file my/file.php from the phar boo.phar, the entry should be phar://boo.phar/my/file.php.
Errors/Exceptions
Throws BadMethodCallException if __construct() is called twice. Throws UnexpectedValueException if the phar URL requested is malformed, the requested phar cannot be opened, or the file can't be found within the phar.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
PharFileInfo->chmod | Nahoru |