openssl_pkcs12_read
Parse a PKCS#12 Certificate Store into an array
&reftitle.description;
boolopenssl_pkcs12_read
stringpkcs12
arraycerts
stringpass
openssl_pkcs12_read parses the PKCS#12 certificate store supplied by
pkcs12 into a array named
certs.
&reftitle.parameters;
pkcs12
The certificate store contents, not its file name.
certs
On success, this will hold the Certificate Store Data.
pass
Encryption password for unlocking the PKCS#12 file.
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
openssl_pkcs12_read example
]]>