PHP » GoLang |
login |
register |
about
|
GoLang RarArchive::getComment
request it (297)
GoLang replacement for PHP's RarArchive::getComment
[edit | history]
RarArchive::getCommentrar_comment_get(PECL rar >= 2.0.0) RarArchive::getComment -- rar_comment_get — Get comment text from the RAR archive DescriptionObject oriented style (method):
public string RarArchive::getComment
( void
)
Procedural style: Get the (global) comment stored in the RAR archive. It may be up to 64 KiB long.
Return Values
Returns the comment or
Examples
Example #1 Object oriented style
<?php The above example will output something similar to: This is the comment of the file commented.rar.
Example #2 Procedural style
<?php |
more
Recently updated
more
Most requested
more
Last requests
|