PHP » GoLang |
login |
register |
about
|
GoLang openssl_csr_get_subject
request it (613)
GoLang replacement for PHP's openssl_csr_get_subject
[edit | history]
openssl_csr_get_subject(PHP 5 >= 5.2.0, PHP 7) openssl_csr_get_subject — Returns the subject of a CSR Description
openssl_csr_get_subject() returns subject
distinguished name information encoded in the Parameters
Return Values
Returns Examples
Example #1 openssl_csr_get_subject() example
<?phpThe above example will output something similar to:
Array
(
[C] => CA
[ST] => Alberta
[L] => Calgary
[O] => XYZ Widgets Inc
[OU] => PHP Documentation Team
[CN] => Wez Furlong
[emailAddress] => [email protected]
)
See Also
|
more
Most requested
more
Last requests
|