PHP 7.0.6 Released

PharFileInfo::hasMetadata

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

PharFileInfo::hasMetadataReturns the metadata of the entry

Description

public bool PharFileInfo::hasMetadata ( void )

Returns the metadata of a file within a phar archive.

Parameters

No parameters.

Return Values

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

See Also

User Contributed Notes

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