openssl_verifyVerify signature
&reftitle.description;
intopenssl_verifystringdatastringsignaturemixedpub_key_idintsignature_algOPENSSL_ALGO_SHA1openssl_verify verifies that the
signature is correct for the specified
data using the public key associated with
pub_key_id. This must be the public key
corresponding to the private key used for signing.
&reftitle.parameters;
datasignaturepub_key_idsignature_alg
For more information see the list of Signature Algorithms.
&reftitle.returnvalues;
Returns 1 if the signature is correct, 0 if it is incorrect, and
-1 on error.
&reftitle.changelog;
&Version;&Description;5.0.0
The signature_alg parameter was added.
&reftitle.examples;
openssl_verify example
]]>
&reftitle.seealso;
openssl_sign