This function also frees public key resources as received with openssl_pkey_get_public().
Manual above should say: "Frees a pkey resource"(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
openssl_pkey_free — Frees a private key
Ця функція ЗАСТАРІЛА, починаючи з PHP 8.0.0. Вкрай не рекомендується на неї покладатися.
Зауваження:
Ця функція ні на що не впливає. До PHP 8.0.0, вона використовувалася для закриття ресурсу.
This function frees a private key created by openssl_pkey_new().
keyResource holding the key.
Не повертає значень.
| Версія | Опис | 
|---|---|
| 8.0.0 | This function is now deprecated as it doesn't have an effect anymore. | 
| 8.0.0 | keyaccepts an OpenSSLAsymmetricKey now;
       previously, a resource of typeOpenSSL keywas accepted. | 
This function also frees public key resources as received with openssl_pkey_get_public().
Manual above should say: "Frees a pkey resource"PHP 8 deprecates openssl_free_key (actually openssl_pkey_free which it aliases) and automatically destroys the key instance when it goes out of scope.