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