|
PharFileInfo::isCRCCheckedReturns whether file entry has had its CRC verified Description
public bool PharFileInfo::isCRCChecked()
This returns whether a file within a Phar archive has had its CRC verified. ParametersThis function has no parameters. Return Values
Examples
Example #1 A PharFileInfo::isCRCChecked example
The above example will output: bool(true) |