openssl_x509_export
(PHP 4 >= 4.2.0, PHP 5)
openssl_x509_export — Exports a certificate as a string
Описание
openssl_x509_export() stores x509 into a string named by output in a PEM encoded format.
Параметри
- x509
-
- output
-
On success, this will hold the PEM.
- notext
-
Незадължителният параметър notext влияе на многословието на изхода; ако е FALSE, то към изхода ще бъде включена допълнителна четима за човека информация. Стойността по подразбиране на notext е TRUE.
Връщани стойности
Връща TRUE при успех или FALSE при неуспех.
openssl_x509_export
There are no user contributed notes for this page.
