PharFileInfo::hasMetadata

Returns the metadata of the entry

Beschreibung

public bool PharFileInfo::hasMetadata ( void )

Returns the metadata of a file within a phar archive.

Parameter-Liste

No parameters.

Rückgabewerte

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

Siehe auch

  • PharFileInfo::setMetadata
  • PharFileInfo::getMetadata
  • PharFileInfo::delMetadata
  • Phar::setMetadata
  • Phar::hasMetadata
  • Phar::getMetadata