Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Checks if a private key corresponds to a certificate * * @phpstub * * @p..
Decoded Output download
<?php
/**
* Checks if a private key corresponds to a certificate
*
* @phpstub
*
* @param mixed $cert
* @param mixed $key
*
* @return bool Returns true if is the private key that
* corresponds to , or false otherwise.
*/
function openssl_x509_check_private_key($cert, $key)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Checks if a private key corresponds to a certificate
*
* @phpstub
*
* @param mixed $cert
* @param mixed $key
*
* @return bool Returns true if is the private key that
* corresponds to , or false otherwise.
*/
function openssl_x509_check_private_key($cert, $key)
{
}
Function Calls
None |
Stats
MD5 | fd3d026ef708ba56b505b9211f52b59b |
Eval Count | 0 |
Decode Time | 95 ms |