openssl_csr_export_to_file

openssl_csr_export_to_file -- Exports a CSR to a file

Description

bool openssl_csr_export_to_file ( resource csr, string outfilename [, bool notext])

Returns TRUE on success , FALSE on failure . The optional notext affects the verbosity of the output ; if it is FALSE then additional human-readable information is included in the output .