RarArchive::isSolidrar_solid_isCheck whether the RAR archive is solid DescriptionObject oriented style (method):
public bool RarArchive::isSolid
( void
)
Procedural style:
bool rar_solid_is
( RarArchive
$rarfile
)Check whether the RAR archive is solid. Individual file extraction is slower on solid archives. Parameters
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 |