update : 2015.11.03
php.shukuma.com검색:
|
RarArchive::getCommentrar_comment_get(PECL rar >= 2.0.0) RarArchive::getComment -- rar_comment_get — Get comment text from the RAR archive 설명객체 기반 형식 (method):
public string RarArchive::getComment
( void
)
절차식 형식: Get the (global) comment stored in the RAR archive. It may be up to 64 KiB long.
반환값
Returns the comment or
예제
Example #1 객체 기반 형식
<?php 위 예제의 출력 예시: This is the comment of the file commented.rar.
Example #2 절차식 형식
<?php |