|
PharFileInfo::getPharFlagsReturns the Phar file entry flags Beschreibung
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. RückgabewerteThe Phar flags (always 0 in the current implementation) Beispiele
Beispiel #1 A PharFileInfo::getPharFlags example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(0) |