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 /** * Info about connection * * @phpstub * * @param int $connection * * @ret..

Decoded Output download

<?php

/**
 * Info about connection
 *
 * @phpstub
 *
 * @param int $connection
 *
 * @return string The returned string has the following format: ltServerstringgt,
 *                ltHostgt, ltPortgt, ltUsernamegt, ltPort of Clientgt,
 *                ltByte swappinggt
 */
function hw_Info($connection)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Info about connection
 *
 * @phpstub
 *
 * @param int $connection
 *
 * @return string The returned string has the following format: ltServerstringgt,
 *                ltHostgt, ltPortgt, ltUsernamegt, ltPort of Clientgt,
 *                ltByte swappinggt
 */
function hw_Info($connection)
{
}

Function Calls

None

Variables

None

Stats

MD5 e78caab2c32bbe39c57f011c4cc57ee2
Eval Count 0
Decode Time 77 ms