PHP » GoLang |
login |
register |
about
|
GoLang PharFileInfo::getMetadata
request it (574)
GoLang replacement for PHP's PharFileInfo::getMetadata
[edit | history]
PharFileInfo::getMetadata(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.0.0) PharFileInfo::getMetadata — Returns file-specific meta-data saved with a file DescriptionReturn meta-data that was saved in the Phar archive's manifest for this file. Parameters
Return Values
any PHP variable that can be serialized and is stored as meta-data for the file,
or Examples
Example #1 A PharFileInfo::getMetadata() example
<?phpThe above example will output:
array(2) {
["user"]=>
string(4) "bill"
["mime-type"]=>
string(10) "text/plain"
}
See Also
|
more
Most requested
more
Last requests
|