PHP Doku:: Gibt das Subject eines CERT zurück - function.openssl-csr-get-subject.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzKryptografische ErweiterungenOpenSSLOpenSSL Funktionenopenssl_csr_get_subject

Ein Service von Reinhard Neidl - Webprogrammierung.

OpenSSL Funktionen

<<openssl_csr_get_public_key

openssl_csr_new>>

openssl_csr_get_subject

(PHP 5 >= 5.2.0)

openssl_csr_get_subjectGibt das Subject eines CERT zurück

Beschreibung

array openssl_csr_get_subject ( mixed $csr [, bool $use_shortnames ] )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.


2 BenutzerBeiträge:
- Beiträge aktualisieren...
mikko koivu
21.07.2010 18:10
this function does not yet return SANs (subject alternative names) fields for UC certificates like those used in exchange 2007.
stephan[at]strato-rz[dot]de
21.01.2009 10:13
The returning assoziative array is indexed with the fields
in the subject so you should have a array key named CN,OU and so on.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)