Statement on glibc/iconv Vulnerability

openssl_cms_read

(PHP 8)

openssl_cms_readExport the CMS file to an array of PEM certificates

Açıklama

openssl_cms_read(string $input_filename, array &$certificates): bool

Performs the exact analog to openssl_pkcs7_read().

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

input_filename

certificates

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top