openssl_free_key

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

openssl_free_key释放密钥资源

警告

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

说明

openssl_free_key(OpenSSLAsymmetricKey $key): void

openssl_free_key() 从内存中释放和指定的 key 相关联的密钥。

参数

key

返回值

没有返回值。

更新日志

版本 说明
8.0.0 此功能现已弃用,因为它不再有效。
8.0.0 key 现在接受 OpenSSLAsymmetricKey;之前接受类型 OpenSSL key资源(resource)
add a note

User Contributed Notes

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