trait CommentTrait (View source)

Set/get the archive comment.

Methods

ZipArchive|null
getArchive()

No description

setComment(string $comment)

Set the comment for the current archive

string|null
getComment()

Get the current zip archive comment

Details

abstract ZipArchive|null getArchive()

Return Value

ZipArchive|null

ZipInterface setComment(string $comment)

Set the comment for the current archive

Parameters

string $comment

Return Value

ZipInterface

string|null getComment()

Get the current zip archive comment

Return Value

string|null