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 rectangle * * @phpstub * * @param int $objid * @param float $x..
Decoded Output download
<?php
/**
* Define a rectangle
*
* @phpstub
*
* @param int $objid
* @param float $x1
* @param float $y1
* @param float $x2
* @param float $y2
* @param float $width
*
* @return void
*/
function swf_definerect($objid, $x1, $y1, $x2, $y2, $width)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Define a rectangle
*
* @phpstub
*
* @param int $objid
* @param float $x1
* @param float $y1
* @param float $x2
* @param float $y2
* @param float $width
*
* @return void
*/
function swf_definerect($objid, $x1, $y1, $x2, $y2, $width)
{
}
Function Calls
None |
Stats
MD5 | 0178b90729b0efb67f0ffea7a3bc1bdc |
Eval Count | 0 |
Decode Time | 87 ms |