php man page for openssl_csr_export

Query: openssl_csr_export

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

OPENSSL_CSR_EXPORT(3)							 1						     OPENSSL_CSR_EXPORT(3)

openssl_csr_export - Exports a CSR as a string

SYNOPSIS
bool openssl_csr_export (resource $csr, string &$out, [bool $notext = true])
DESCRIPTION
openssl_csr_export(3) takes the Certificate Signing Request represented by $csr and stores it as ascii-armoured text into $out, which is passed by reference.
PARAMETERS
o $csr - o $out - o $notext - 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.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
openssl_csr_export_to_file(3), openssl_csr_new(3), openssl_csr_sign(3). PHP Documentation Group OPENSSL_CSR_EXPORT(3)
Related Man Pages
openssl_csr_new(3) - php
wincache_ucache_inc(3) - php
xml_set_character_data_handler(3) - php
xmlwriter_write_element(3) - php
xmlwriter_write_element_ns(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch