|
PHP5中文手册
PharFileInfo->isCRCChecked(PECL phar:1.0.0-1.2.1) PharFileInfo->isCRCChecked — Returns whether file entry has had its CRC verified 说明
bool PharFileInfo->isCRCChecked
( void
)
This returns whether a file within a Phar archive has had its CRC verified. 返回值TRUE if the file has had its CRC verified, FALSE if not. 范例
Example#1 A PharFileInfo->isCRCChecked() example
<?php 上例将输出:
|