PHP » GoLang |
login |
register |
about
|
GoLang RarArchive::isBroken
request it (319)
GoLang replacement for PHP's RarArchive::isBroken
[edit | history]
RarArchive::isBrokenrar_broken_is(PECL rar >= 3.0.0) RarArchive::isBroken -- rar_broken_is — Test whether an archive is broken (incomplete) DescriptionObject oriented style (method):
public bool RarArchive::isBroken
( void
)
Procedural style: This function determines whether an archive is incomplete, i.e., if a volume is missing or a volume is truncated. Return Values
Returns Examples
Example #1 Object oriented style
<?php The above example will output something similar to: bool(true)
Example #2 Procedural style
<?php |
more
Recently updated
more
Most requested
more
Last requests
|