openssl_csr_get_subject()
openssl_csr_get_subject - Returns the subject of a CERT
Syntax
array openssl_csr_get_subject (
mixed $csr,
bool $use_shortnames)
Arguments
- csr - The optional parameter notext affects the verbosity of the output; if it is FALSE, then additional human-readable information is included in the output. The default value of notext is TRUE.
- use_shortnames - The optional parameter notext affects the verbosity of the output; if it is FALSE, then additional human-readable information is included in the output. The default value of notext is TRUE.
Description
Version
PHP 5.2.0
Return value