PHP » GoLang |
login |
register |
about
|
GoLang PharFileInfo::isCRCChecked
request it (265)
GoLang replacement for PHP's PharFileInfo::isCRCChecked
[edit | history]
PHP PharFileInfo::isCRCCheckedPHP original manual for PharFileInfo::isCRCChecked [ show | php.net ]PharFileInfo::isCRCChecked(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.0.0) PharFileInfo::isCRCChecked — Returns 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) |
more
Recently updated
more
Most requested
more
Last requests
|