PHP » GoLang |
login |
register |
about
|
GoLang PharFileInfo::getPharFlags
request it (318)
GoLang replacement for PHP's PharFileInfo::getPharFlags
[edit | history]
PHP PharFileInfo::getPharFlagsPHP original manual for PharFileInfo::getPharFlags [ show | php.net ]PharFileInfo::getPharFlags(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.0.0) PharFileInfo::getPharFlags — Returns the Phar file entry flags Description
public int PharFileInfo::getPharFlags
( void
)
This returns the flags set in the manifest for a Phar. This will always return 0 in the current implementation. Return ValuesThe Phar flags (always 0 in the current implementation) Examples
Example #1 A PharFileInfo::getPharFlags() example
<?php The above example will output: int(0) |
more
Recently updated
more
Most requested
more
Last requests
|