openssl_pkcs12_read

 bool openssl_pkcs12_read ( string $pkcs12 , array &$certs , string $pass ) 

説明

openssl_pkcs12_read() parses the PKCS#12 certificate store supplied by pkcs12 into a array named certs.

戻り値

Returns TRUE on success or FALSE on failure.