update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the metadata of the entry

PharFileInfo::hasMetadata

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

PharFileInfo::hasMetadataReturns the metadata of the entry

설명

public 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

참고