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 /** * Define a text string * * @phpstub * * @param int $objid * @param string..
Decoded Output download
<?php
/**
* Define a text string
*
* @phpstub
*
* @param int $objid
* @param string $str
* @param int $docenter
*
* @return void
*/
function swf_definetext($objid, $str, $docenter)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Define a text string
*
* @phpstub
*
* @param int $objid
* @param string $str
* @param int $docenter
*
* @return void
*/
function swf_definetext($objid, $str, $docenter)
{
}
Function Calls
None |
Stats
MD5 | 06b805105c84c710c7143bc9347a60be |
Eval Count | 0 |
Decode Time | 71 ms |