|
PHP5中文手册
PharFileInfo->getMetaData(PECL phar:1.0.0-1.2.1) PharFileInfo->getMetaData — Returns file-specific meta-data saved with a file 说明
int PharFileInfo->getMetaData
( void
)
Return meta-data that was saved in the Phar archive's manifest for this file. 参数
返回值any PHP variable that can be serialized and is stored as meta-data for the file, or NULL if no meta-data is stored. 范例
Example#1 A PharFileInfo->getMetaData() example
<?php 上例将输出:
|