php man page for openssl_csr_export_to_file

Query: openssl_csr_export_to_file

OS: php

Section: 3

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

OPENSSL_CSR_EXPORT_TO_FILE(3)						 1					     OPENSSL_CSR_EXPORT_TO_FILE(3)

openssl_csr_export_to_file - Exports a CSR to a file

SYNOPSIS
bool openssl_csr_export_to_file (resource $csr, string $outfilename, [bool $notext = true])
DESCRIPTION
openssl_csr_export_to_file(3) takes the Certificate Signing Request represented by $csr and saves it as ascii-armoured text into the file named by $outfilename.
PARAMETERS
o $csr - o $outfilename - Path to the output file. 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(3), openssl_csr_new(3), openssl_csr_sign(3). PHP Documentation Group OPENSSL_CSR_EXPORT_TO_FILE(3)
Related Man Pages
openssl_pkcs7_verify(3) - php
isset(3) - php
class_alias(3) - php
openssl_csr_sign(3) - php
setrawcookie(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator