|
PharFileInfo::getPharFlagsReturns 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) |