PHP » GoLang |
login |
register |
about
|
GoLang RarArchive::setAllowBroken
request it (340)
GoLang replacement for PHP's RarArchive::setAllowBroken
[edit | history]
PHP RarArchive::setAllowBrokenPHP original manual for RarArchive::setAllowBroken [ show | php.net ]RarArchive::setAllowBroken(PECL rar >= 3.0.0) RarArchive::setAllowBroken — Whether opening broken archives is allowed DescriptionObject oriented style (method):
public bool RarArchive::setAllowBroken
( bool
$allow_broken
)Procedural style: This method defines whether broken archives can be read or all the operations that attempt to extract the archive entries will fail. Broken archives are archives for which no error is detected when the file is opened but an error occurs when reading the entries. Parameters
Return Values
Returns Examples
Example #1 Object oriented style
<?php The above example will output something similar to: RarEntry for file "file1.txt" (52b28202) int(1)
Example #2 Procedural style
<?php |
more
Recently updated
more
Most requested
more
Last requests
|