PHP » GoLang |
login |
register |
about
|
GoLang RarArchive::isSolid
request it (265)
GoLang replacement for PHP's RarArchive::isSolid
[edit | history]
RarArchive::isSolidrar_solid_is(PECL rar >= 2.0.0) RarArchive::isSolid -- rar_solid_is — Check whether the RAR archive is solid DescriptionObject oriented style (method):
public bool RarArchive::isSolid
( void
)
Procedural style: Check whether the RAR archive is solid. Individual file extraction is slower on solid archives. Return Values
Returns Examples
Example #1 Object oriented style
<?php The above example will output something similar to: RAR Archive "C:\php_rar\trunk\tests\store_method.rar": no RAR Archive "C:\php_rar\trunk\tests\solid.rar": yes
Example #2 Procedural style
<?php |
more
Recently updated
more
Most requested
more
Last requests
|