Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
Phar->setStub
(no version information, might be only in CVS)
Phar->setStub -- Used to set the PHP loader or bootstrap stub of a Phar archivePopis
void Phar->setStub ( string stub )This method is used to add a PHP bootstrap loader stub to a new Phar archive, or to replace the loader stub in an existing Phar archive.
The loader stub for a Phar archive is used whenever an archive is included directly as in this example:
<?php |
The loader is not accessed when including a file through the phar stream wrapper like so:
<?php |
Errors/Exceptions
UnexpectedValueException is thrown if phar.readonly is enabled in php.ini. PharException is thrown if any problems are encountered flushing changes to disk.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
Phar->setMetaData | Nahoru |