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 id to which links are calculated * * @phpstub * * @param int $li..

Decoded Output download

<?php

/**
 * Set the id to which links are calculated
 *
 * @phpstub
 *
 * @param int $link
 * @param int $rootid
 *
 * @return int
 */
function hw_setlinkroot($link, $rootid)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set the id to which links are calculated
 *
 * @phpstub
 *
 * @param int $link
 * @param int $rootid
 *
 * @return int
 */
function hw_setlinkroot($link, $rootid)
{
}

Function Calls

None

Variables

None

Stats

MD5 5a135901138c9783b1f6d81f97aaaa34
Eval Count 0
Decode Time 90 ms