RarArchive::getCommentrar_comment_getGet comment text from the RAR archive BeschreibungObjektorientierter Stil (method):
public string RarArchive::getComment
( void
)
Prozeduraler Stil:
string rar_comment_get
( RarArchive
$rarfile
)Get the (global) comment stored in the RAR archive. It may be up to 64 KiB long.
Parameter-Liste
Rückgabewerte
Returns the comment or
Beispiele
Beispiel #1 Objektorientierter Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: This is the comment of the file commented.rar.
Beispiel #2 Prozeduraler Stil
<?php |