openssl_pkcs12_read
Speichert ein PKCS#12 Zertifikat in einem Array
Beschreibung
bool openssl_pkcs12_read
( mixed $PKCS12
, array &$certs
, string $pass
)
Parameter-Liste
-
PKCS12
-
-
certs
-
Enthält im Erfolgsfall die Zertifikatsdaten als Array.
-
pass
-
Passwort zum Entschlüsseln der PKCS#12-Datei.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.