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 the connection method to IP * * @phpstub * * @param resource $conn ..

Decoded Output download

<?php

/**
 * Set the connection method to IP
 *
 * @phpstub
 *
 * @param resource $conn
 * @param string $host
 * @param int $port
 *
 * @return int 
 */
function m_setip($conn, $host, $port)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set the connection method to IP
 *
 * @phpstub
 *
 * @param resource $conn
 * @param string $host
 * @param int $port
 *
 * @return int 
 */
function m_setip($conn, $host, $port)
{
}

Function Calls

None

Variables

None

Stats

MD5 4a9e0a1d88c67b5ca310270010dde607
Eval Count 0
Decode Time 72 ms