Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 38860 программистов и 2515 роботов. Сейчас ищут 1172 программиста ...
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