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 /** * Verifies if a certificate can be used for a particular purpose * * @phpstu..
Decoded Output download
<?php
/**
* Verifies if a certificate can be used for a particular purpose
*
* @phpstub
*
* @param mixed $x509cert
* @param int $purpose
* @param array $cainfo
* @param string $untrustedfile
*
* @return int Returns true if the certificate can be used for the intended purpose,
* false if it cannot, or -1 on error.
*/
function openssl_x509_checkpurpose($x509cert, $purpose, $cainfo = array(), $untrustedfile = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Verifies if a certificate can be used for a particular purpose
*
* @phpstub
*
* @param mixed $x509cert
* @param int $purpose
* @param array $cainfo
* @param string $untrustedfile
*
* @return int Returns true if the certificate can be used for the intended purpose,
* false if it cannot, or -1 on error.
*/
function openssl_x509_checkpurpose($x509cert, $purpose, $cainfo = array(), $untrustedfile = NULL)
{
}
Function Calls
None |
Stats
MD5 | a7c66b0303cc36deabbefc1080102ee0 |
Eval Count | 0 |
Decode Time | 79 ms |