php8.5
Home/ Manual/ openssl / functions/ openssl_x509_export

openssl_x509_export

PHP function Edit on GitHub ✎

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

Exports a certificate as a string

Description

openssl_x509_export(OpenSSLCertificate|string $certificate, string $output, bool $no_text = true): bool

openssl_x509_export() stores certificate into a string named by output in a PEM encoded format.

Parameters

output

On success, this will hold the PEM.

no_text

Param-notext

Return Values

Success

Changelog

VersionDescription
8.0.0certificate accepts an OpenSSLCertificate instance now; previously, a Resource of type OpenSSL X.509 was accepted.

Source: reference/openssl/functions/openssl-x509-export.xml · from the official PHP manual (php/doc-en)