• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • openssl_pkey_free()

    (PHP 4 >= 4.2.0, PHP 5, PHP 7)

    释放一个私钥

    说明

    openssl_pkey_free(resource $key): void

    该函数释放由openssl_pkey_new()创建的私钥。

    参数

    $key

    持有该密钥的资源。

    返回值

    没有返回值。

    This function also frees public key resources as received with openssl_pkey_get_public().
    Manual above should say: "Frees a pkey resource"