Search Results

  1. This signature is a hash calculated on the entire phar's contents, and may be used to verify the integrity of the archive. A valid signature is absolutely required of all executable phar archives if the phar.require_hash INI variable is set to true.

  2. Retourne la signature de vérification d'une archive phar sous forme d'une chaîne de caractères hexadécimale.

  3. Return Values Array with the opened archive's signature in hash key and MD5, SHA-1, SHA-256, SHA-512, or OpenSSL in hash_type. This signature is a hash calculated on the entire phar's contents, and may be used to verify the integrity of the archive. A valid signature is absolutely required of all executable phar archives if the phar.require_hash INI variable is set to true. Phar::getStub Phar ...

  4. Simple usage example of `Phar::getSignature ()`. Phar::getSignature is a PHP function that retrieves the signature of a Phar archive. This signature can be of different types, including MD5, SHA1, SHA256, SHA512, or OpenSSL. The function provides a convenient way to extract the signature for verification or comparison purposes.

  5. This signature is a hash calculated on the entire phar's contents, and may be used to verify the integrity of the archive. A valid signature is absolutely required of all executable phar archives if the phar.require_hash INI variable is set to true.

  6. Return Values Array with the opened archive's signature in hash key and MD5, SHA-1, SHA-256, SHA-512, or OpenSSL in hash_type. This signature is a hash calculated on the entire phar's contents, and may be used to verify the integrity of the archive. A valid signature is absolutely required of all executable phar archives if the phar.require_hash INI variable is set to true.

  7. (PHP >= 5.3.0, PECL phar >= 1.0.0) Phar::getSignature — Return MD5/SHA1/SHA256/SHA512 signature of a Phar archive