• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • Phar::getSupportedSignatures()

    (PHP 5 >= 5.3.0, PHP 7, PECL phar >= 1.1.0)

    Return array of supported signature types

    说明

    finalpublicstaticPhar::getSupportedSignatures(void): array

    Return array of supported signature types

    参数

    No parameters.

    返回值

    Returns an array containing any ofMD5,SHA-1,SHA-256,SHA-512, orOpenSSL.

    参见

    • Phar::getSignature() Return MD5/SHA1/SHA256/SHA512/OpenSSL signature of a Phar archive
    • Phar::setSignatureAlgorithm() Set the signature algorithm for a phar and apply it