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

源代码在线查看: function.openssl-x509-check-private-key.html

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

相关代码

												 				  Checks if a private key corresponds to a certificate				  				 				 				 openssl_verify				 openssl_x509_checkpurpose				 OpenSSL Functions				 PHP Manual								 				  openssl_x509_check_private_key				  (PHP 4 >= 4.2.0, PHP 5)openssl_x509_check_private_key — Checks if a private key corresponds to a certificate								 				 				 				  Description				  				   bool openssl_x509_check_private_key				    ( mixed $cert				   , mixed $key				   )								  				   Checks whether the given key				 is the private key				   that corresponds to cert				.				  				 												 				  Parameters				  				   								    								     cert												     								      				       The certificate.				      				     								    								    								     key												     								      				       The private key.				      				     								    								   								  				 												 				  Return Values				  				   Returns TRUE if key				 is the private key that				   corresponds to cert				, or FALSE otherwise.				  				 																 openssl_verify				 openssl_x509_checkpurpose				 OpenSSL Functions				 PHP Manual											

相关资源