• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • PharFileInfo::hasMetadata()

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

    Returns the metadata of the entry

    说明

    publicPharFileInfo::hasMetadata(void): bool

    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::setMetadata() Sets file-specific meta-data saved with a file
    • PharFileInfo::getMetadata() Returns file-specific meta-data saved with a file
    • PharFileInfo::delMetadata() Deletes the metadata of the entry
    • Phar::setMetadata() Sets phar archive meta-data
    • Phar::hasMetadata() Returns whether phar has global meta-data
    • Phar::getMetadata() Returns phar archive meta-data