PHP » PYTHON |
login |
register |
about
|
|
openssl_pkcs7_verify(PHP 4 >= 4.0.6, PHP 5) openssl_pkcs7_verify — Verifies the signature of an S/MIME signed message Description
mixed openssl_pkcs7_verify
( string $filename
, int $flags
[, string $outfilename
[, array $cainfo
[, string $extracerts
[, string $content
]]]] )
openssl_pkcs7_verify() reads the S/MIME message contained in the given file and examines the digital signature. Parameters
Return ValuesReturns TRUE if the signature is verified, FALSE if it is not correct (the message has been tampered with, or the signing certificate is invalid), or -1 on error. Changelog
|
more
Recently updated
more
Most requested
|