Search Results
Returns the api version Phar::apiVersion (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::apiVersion — Returns the api version
Retourne la version de l'API du format de fichier phar qui sera utilisée pour la création de phars. L'extension Phar supporte la lecture des versions d'API 1.0.0 et supérieures. L'API version 1.1.0 est requise pour les hachages SHA-256 et SHA-512, et l'API version 1.1.1 est requise pour stocker des répertoires vides.
Phar::apiVersion (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::apiVersion — Returns the api version
Comprehensive documentation repository Phar::apiVersion (PHP >= 5.3.0, PECL phar >= 1.0.0) Phar::apiVersion — Returns the api version
Return the API version of the phar file format that will be used when creating phars. The Phar extension supports reading API version 1.0.0 or newer. API version 1.1. ...
Examples Example #1 A Phar::apiVersion () example <?php echoPhar::apiVersion(); ?> The above example will output: 1.1.1
Examples Example #1 A Phar::apiVersion () example <?php echoPhar::apiVersion(); ?> The above example will output: 1.1.1 Phar::addFromString Phar::buildFromDirectory ...
