update : 2015.11.03
php.shukuma.com검색:
|
openssl_pkey_new(PHP 4 >= 4.2.0, PHP 5) openssl_pkey_new — Generates a new private key 설명
resource openssl_pkey_new
([ array
$configargs
] )openssl_pkey_new() generates a new private and public key pair. The public component of the key can be obtained using openssl_pkey_get_public().
인수
반환값
Returns a resource identifier for the pkey on success, or |