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.