openssl_csr_export_to_file
(PHP 4 >= 4.2.0)
openssl_csr_export_to_file -- Exports a CSR to a file
Description
bool
openssl_csr_export_to_file ( resource csr, string outfilename [, bool notext])
Varování |
Tato funkce je
EXPERIMENTÁLNÍ. Chování této funkce, její
název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích
PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na
vlastní nebezpečí. |
openssl_csr_export_to_file() takes the CSR represented by
csr and saves it into the file named by
outfilename. The optional notext affects
the verbosity of the output; if it is FALSE then additional human-readable information is included
in the output.