Query: openssl_pkcs12_read
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OPENSSL_PKCS12_READ(3) 1 OPENSSL_PKCS12_READ(3) openssl_pkcs12_read - Parse a PKCS#12 Certificate Store into an arraySYNOPSISbool openssl_pkcs12_read (string $pkcs12, array &$certs, string $pass)DESCRIPTIONopenssl_pkcs12_read(3) parses the PKCS#12 certificate store supplied by $pkcs12 into a array named $certs.PARAMETERSo $pkcs12 - o $certs - On success, this will hold the Certificate Store Data. o $pass - Encryption password for unlocking the PKCS#12 file.RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group OPENSSL_PKCS12_READ(3)