update : 2015.11.03
php.shukuma.com검색:
|
openssl_pkcs12_read(PHP 5 >= 5.2.2) openssl_pkcs12_read — Parse a PKCS#12 Certificate Store into an array 설명
bool openssl_pkcs12_read
( string
$pkcs12
, array &$certs
, string $pass
)
openssl_pkcs12_read() parses the PKCS#12 certificate store supplied by
인수
반환값
성공 시 예제Example #1 openssl_pkcs12_read() example
<?php |