Rar 関数
PHP Manual

rar_comment_get

(PECL rar >= 2.0.0)

rar_comment_getGet comment text from the RAR archive.

説明

string rar_comment_get ( resource $rar_file )

Get the comment stored in the RAR archive. It may be up to 64 KiB long.

パラメータ

rar_file

A Rar file resource, opened with rar_open().

返り値

Returns the comment or NULL if there is none.

注意: Rar has currently no support for unicode comments. The encoding of the result of this function is not specified, but it will probably be Windows-1252.


Rar 関数
PHP Manual