openssl_x509_free

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

openssl_x509_free释放证书资源

警告

本函数已自 PHP 8.0.0 起被废弃。强烈建议不要依赖本函数。

说明

openssl_x509_free(OpenSSLCertificate $certificate): void

注意:

此函数无效。在 PHP 8.0.0 之前,用于关闭资源。

openssl_x509_free() 从内存中释放和指定 certificate 资源相关联的证书。

参数

certificate

返回值

没有返回值。

更新日志

版本 说明
8.0.0 此函数现已弃用,因为不再有效。
8.0.0 certificate 现在接受 OpenSSLCertificate 实例;之前接受类型 OpenSSL X.509resource
add a note

User Contributed Notes

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