CakeFest 2024: The Official CakePHP Conference

PharFileInfo::hasMetadata

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.2.0)

PharFileInfo::hasMetadataReturns the metadata of the entry

Açıklama

public PharFileInfo::hasMetadata(): bool

Returns the metadata of a file within a phar archive.

Bağımsız Değişkenler

No parameters.

Dönen Değerler

Returns false if no metadata is set or is null, true if metadata is not null

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top