PharFileInfo
PHP Manual

PharFileInfo::hasMetadata

(PHP >= 5.3.0, PECL phar >= 1.2.0)

PharFileInfo::hasMetadataReturns the metadata of the entry

说明

bool PharFileInfo::hasMetadata ( void )

Returns the metadata of a file within a phar archive.

参数

No parameters.

返回值

Returns FALSE if no metadata is set or is NULL, TRUE if metadata is not NULL

参见


PharFileInfo
PHP Manual