update : 2015.11.03
php.shukuma.com검색:
|
openssl_x509_fingerprint(PHP 5.6) openssl_x509_fingerprint — Calculates the fingerprint, or digest, of a given X.509 certificate 설명
bool openssl_x509_fingerprint
( mixed
$x509
[, string $hash_algorithm = "sha1"
[, bool $raw_output = FALSE
]] )
openssl_x509_fingerprint() returns the digest of
인수
반환값
Returns a string containing the calculated certificate fingerprint as lowercase hexits unless
Returns |