PharFileInfo::getPharFlags(PHP >= 5.3.0, PECL phar >= 1.0.0) PharFileInfo::getPharFlags — Returns the Phar file entry flags Описание
int PharFileInfo::getPharFlags
( void
)
This returns the flags set in the manifest for a Phar. This will always return 0 in the current implementation. Возвращаемые значенияThe Phar flags (always 0 in the current implementation) Примеры
Пример #1 A PharFileInfo::getPharFlags() example
<?phpРезультат выполнения данного примера: int(0) |
||