update : 2015.11.03
php.shukuma.com검색:
|
openssl_spki_verify(PHP 5 >= 5.6.0) openssl_spki_verify — Verifies a signed public key and challenge 설명
string openssl_spki_verify
( string
&$spkac
)Validates the supplied signed public key and challenge 인수
반환값Returns a boolean on success or failure. 오류/예외
Emits an 예제Example #1 openssl_spki_verify() example Validates an existing signed public key and challenge
<?php Example #2 openssl_spki_verify() example from <keygen> Validates an existing signed public key and challenge issued from the <keygen> element
<?php 참고
|