PHP openssl_pkcs12_read() Function
The openssl_pkcs12_read() function is a built-in function in PHP and is used by the PKCS # 12 certificate store to convert it into an array provided by pkcs12. A PKCS #12 file may be encrypted and signed. Syntax: bool openssl_pkcs12_read( string $pkcs12, array &$certs, string $pass ) Parameters: