RarArchive::getCommentrar_comment_getGet comment text from the RAR archive DescriptionObject oriented style (method):
public string RarArchive::getComment
( void
)
Procedural style:
string rar_comment_get
( RarArchive
$rarfile
)Get the (global) comment stored in the RAR archive. It may be up to 64 KiB long.
Parameters
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 |