Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20145 программистов и 1650 роботов. Сейчас ищет 731 программист ...
openssl_x509_check_private_key - Checks if a private key corresponds to a certificate
Вернуться к: OpenSSL
openssl_x509_check_private_key
(PHP 4 >= 4.2.0, PHP 5, PHP 7)
openssl_x509_check_private_key — Checks if a private key corresponds to a certificate
Описание
Checks whether the given key
is the private key
that corresponds to cert
.
Список параметров
-
cert
-
The certificate.
-
key
-
The private key.
Возвращаемые значения
Returns TRUE
if key
is the private key that
corresponds to cert
, or FALSE
otherwise.
Вернуться к: OpenSSL