PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

openssl_pkey_get_private> <openssl_pkey_free
Last updated: Fri, 05 Sep 2008

view this page in

openssl_pkey_get_details

(PHP 5 >= 5.2.0)

openssl_pkey_get_detailsキーの詳細の配列を返す

説明

array openssl_pkey_get_details ( resource $key )

この関数は、キーの詳細 (bits, key, type) を返します。

パラメータ

key

キーを保持する配列。

返り値

成功した場合にキーの詳細を含む配列、失敗した場合に FALSE を返します。 返される配列のキーは bits (ビット数)、 key (公開鍵を表す文字列) および type (キーの種類。 OPENSSL_KEYTYPE_RSAOPENSSL_KEYTYPE_DSAOPENSSL_KEYTYPE_DHOPENSSL_KEYTYPE_EC のいずれか。あるいは不明な場合は -1) となります。



add a note add a note User Contributed Notes
openssl_pkey_get_details
There are no user contributed notes for this page.

openssl_pkey_get_private> <openssl_pkey_free
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites