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 /** * Execute TCL code on server side * * @phpstub * * @param int $sid * @par..
Decoded Output download
<?php
/**
* Execute TCL code on server side
*
* @phpstub
*
* @param int $sid
* @param string $script
*
* @return string
*/
function dbplus_tcl($sid, $script)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Execute TCL code on server side
*
* @phpstub
*
* @param int $sid
* @param string $script
*
* @return string
*/
function dbplus_tcl($sid, $script)
{
}
Function Calls
None |
Stats
MD5 | ccb629ccedac10f3dacab3cfd10bd82b |
Eval Count | 0 |
Decode Time | 102 ms |