openssl_pkey_free
Frees a private key
WarningThis function has been
DEPRECATED as of PHP 8.0.0. Relying on this function
is highly discouraged.
Description
void openssl_pkey_free(OpenSSLAsymmetricKey $key
)
Note:
This function has no effect. Prior to PHP 8.0.0, this function was used to close the resource.
This function frees a private key created by
openssl_pkey_new.
Parameters
-
key
-
Resource holding the key.
Return Values
No value is returned.