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 /** * Set certificate key files and certificates if server requires client certifi..
Decoded Output download
<?php
/**
* Set certificate key files and certificates if server requires client certificate
verification
*
* @phpstub
*
* @param resource $conn
* @param string $sslkeyfile
* @param string $sslcertfile
*
* @return int
*/
function m_setssl_files($conn, $sslkeyfile, $sslcertfile)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set certificate key files and certificates if server requires client certificate
verification
*
* @phpstub
*
* @param resource $conn
* @param string $sslkeyfile
* @param string $sslcertfile
*
* @return int
*/
function m_setssl_files($conn, $sslkeyfile, $sslcertfile)
{
}
Function Calls
None |
Stats
MD5 | 7c65ed805560ffe08754f3a44292474a |
Eval Count | 0 |
Decode Time | 115 ms |