|
PharFileInfo::getPharFlagsReturns the Phar file entry flags Description
public int PharFileInfo::getPharFlags()
This returns the flags set in the manifest for a Phar. This will always
return ParametersThis function has no parameters. Return Values
The Phar flags (always Examples
Example #1 A PharFileInfo::getPharFlags example
The above example will output: int(0) |