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