OpenSSL 函数
在线手册:中文 英文
PHP手册

openssl_csr_get_subject

(PHP 5 >= 5.2.0)

openssl_csr_get_subjectReturns the subject of a CERT

说明

array openssl_csr_get_subject ( mixed $csr [, bool $use_shortnames = true ] )
Warning

本函数还未编写文档,仅有参数列表。


OpenSSL 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: Returns the subject of a CERT

用户评论:

mikko koivu (21-Jul-2010 05: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-Jan-2009 09: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.