php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: function.openssl-pkey-new.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Generates a new private key				  				 				 				 openssl_pkey_get_public				 openssl_private_decrypt				 OpenSSL Functions				 PHP Manual								 				  openssl_pkey_new				  (PHP 4 >= 4.2.0, PHP 5)openssl_pkey_new — Generates a new private key 								 				 				 				  Description				  				   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().				  				  Note: 				 				  You need to have a valid openssl.cnf installed for				  this function to operate correctly.				  See the notes under the installation				  section for more information.				 								 												 				  Parameters				  				   								    								     configargs												     								      				       You can finetune the key generation (such as specifying the number of				       bits) using configargs				.  See				       openssl_csr_new() for more information about				       configargs				.				      				     								    								   								  				 												 				  Return Values				  				   Returns a resource identifier for the pkey on success, or FALSE on				   error.				  				 																 openssl_pkey_get_public				 openssl_private_decrypt				 OpenSSL Functions				 PHP Manual											

相关资源