Phar::getSupportedSignatures
(PHP >= 5.3.0, PECL phar >= 1.1.0)
Phar::getSupportedSignatures — Return array of supported signature types
설명
array Phar::getSupportedSignatures
( void
)
Return array of supported signature types
인수
No parameters.
반환값
Returns an array containing any of "MD5", "SHA-1", "SHA-256", "SHA-512".
참고
- Phar::getSignature() - Return MD5/SHA1/SHA256/SHA512 signature of a Phar archive
- Phar::setSignatureAlgorithm() - set the signature algorithm for a phar and apply it. The
Phar::getSupportedSignatures
There are no user contributed notes for this page.
