|
PharFileInfo::getMetadataReturns file-specific meta-data saved with a file Beschreibung
public mixed PharFileInfo::getMetadata
( void
)
Return meta-data that was saved in the Phar archive's manifest for this file. Parameter-Liste
Rückgabewerte
any PHP variable that can be serialized and is stored as meta-data for the file,
or Beispiele
Beispiel #1 A PharFileInfo::getMetadata example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
array(2) {
["user"]=>
string(4) "bill"
["mime-type"]=>
string(10) "text/plain"
}
Siehe auch
|