From professional translators, enterprises, web pages and freely available translation repositories.
if the outfilename is specified, it should be a string holding the name of a file into which the certificates of the persons that signed the messages will be stored in pem format.
if the outfilename is specified, it should be a string holding the name of a file into which the certificates of the persons that signed the messages will be stored in pem format.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
openssl_csr_export_to_file() takes the certificate signing request represented by csr and saves it as ascii-armoured text into the file named by outfilename. returns true on success or 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. the default value of notext is true
the optional notext affects the verbosity of the output; if it is false the optional notext affects the verbosity of the output; if it is false then additional human-readable information is included in the output.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: