|
openssl_verifyVerify signature Description
intfalse openssl_verify(
string $data,string $signature,OpenSSLAsymmetricKeyOpenSSLCertificatearraystring $public_key,stringint $algorithm = OPENSSL_ALGO_SHA1)
openssl_verify verifies that the
Parameters
Return Values
Returns 1 if the signature is correct, 0 if it is incorrect, and
-1 or Changelog
Examples
Example #1 openssl_verify example Example #2 openssl_verify example See Also
|