PHP » GoLang |
login |
register |
about
|
GoLang RarArchive::getEntries
request it (380)
GoLang replacement for PHP's RarArchive::getEntries
[edit | history]
RarArchive::getEntriesrar_list(PECL rar >= 2.0.0) RarArchive::getEntries -- rar_list — Get full list of entries from the RAR archive DescriptionObject oriented style (method):
public array RarArchive::getEntries
( void
)
Procedural style: Get entries list (files and directories) from the RAR archive.
Return Values
rar_list() returns array of RarEntry objects
or Changelog
Examples
Example #1 Object oriented style
<?php The above example will output something similar to: Found 2 entries. RarEntry for file "tese.txt" (23b93a7a) RarEntry for file "unrardll.txt" (2ed64b6e)
Example #2 Procedural style
<?php |
more
Recently updated
more
Most requested
more
Last requests
|