RarArchive::getCommentrar_comment_getGet comment text from the RAR archive DescriptionObject-oriented style (method):
public string RarArchive::getComment()
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
The above example will output something similar to: This is the comment of the file commented.rar.
Example #2 Procedural style
|