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 /** * Get link from source to dest relative to rootid * * @phpstub * * @param ..
Decoded Output download
<?php
/**
* Get link from source to dest relative to rootid
*
* @phpstub
*
* @param int $link
* @param int $rootid
* @param int $sourceid
* @param int $destid
*
* @return string
*/
function hw_getrellink($link, $rootid, $sourceid, $destid)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get link from source to dest relative to rootid
*
* @phpstub
*
* @param int $link
* @param int $rootid
* @param int $sourceid
* @param int $destid
*
* @return string
*/
function hw_getrellink($link, $rootid, $sourceid, $destid)
{
}
Function Calls
None |
Stats
MD5 | d9517ad87c092556513e2bd057dcf0d2 |
Eval Count | 0 |
Decode Time | 100 ms |