PHP » GoLang |
login |
register |
about
|
GoLang Phar::getMetadata
request it (560)
GoLang replacement for PHP's Phar::getMetadata
[edit | history]
Phar::getMetadata(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.0.0) Phar::getMetadata — Returns phar archive meta-data DescriptionRetrieve archive meta-data. Meta-data can be any PHP variable that can be serialized. ParametersNo parameters. Return Values
any PHP variable that can be serialized and is stored as meta-data for the Phar archive,
or Examples
Example #1 A Phar::getMetadata() example
<?php The above example will output: array(1) { ["bootstrap"]=> string(8) "file.php" } See Also
|
more
Recently updated
more
Most requested
more
Last requests
|