| 
update : 2015.11.03
php.shukuma.com 검색:
  | openssl_verify(PHP 4 >= 4.0.4, PHP 5) openssl_verify — Verify signature 설명
   int openssl_verify
    ( string  $data, string$signature, mixed$pub_key_id[, mixed$signature_alg= OPENSSL_ALGO_SHA1
  ] )
   openssl_verify() verifies that the
    인수
 
 반환값Returns 1 if the signature is correct, 0 if it is incorrect, and -1 on error. 변경점
 
 예제
 Example #1 openssl_verify() example 
<?phpExample #2 openssl_verify() example 
<?php |