Search Results
Aug 4, 2019 · PharFileInfo::getMetadata (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) PharFileInfo::getMetadata — Returns file-specific meta-data saved with a file
PharFileInfo::getMetadata (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) PharFileInfo::getMetadata — Returns file-specific meta-data saved with a file
Liste de paramètres Valeurs de retour N'importe quelle variable PHP qui peut être sérialisée et qui est stockée comme méta-données pour le fichier, ou null si aucune méta-donnée n'est stockée.
Simple usage example of `PharFileInfo::getMetadata ()`. The PharFileInfo::getMetadata function is used to retrieve file-specific meta-data that was previously saved with a file in a Phar archive. This function allows you to access any custom information or additional data associated with a specific file within a Phar archive.
PharFileInfo::getCompressedSize — Returns the actual size of the file (with compression) inside the Phar archive PharFileInfo::getMetadata — Returns file-specific meta-data saved with a file
Returns file-specific meta-data saved with a file () int PharFileInfo->getMetaData ( ) Return meta-data that was saved in the Phar archive's manifest for this file.
Return Values any PHP variable that can be serialized and is stored as meta-data for the file, or null if no meta-data is stored.
