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 /** * Select an area for future drawing * * @phpstub * * @param float $xmin *..
Decoded Output download
<?php
/**
* Select an area for future drawing
*
* @phpstub
*
* @param float $xmin
* @param float $xmax
* @param float $ymin
* @param float $ymax
*
* @return void
*/
function swf_viewport($xmin, $xmax, $ymin, $ymax)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Select an area for future drawing
*
* @phpstub
*
* @param float $xmin
* @param float $xmax
* @param float $ymin
* @param float $ymax
*
* @return void
*/
function swf_viewport($xmin, $xmax, $ymin, $ymax)
{
}
Function Calls
None |
Stats
MD5 | 65047d9b9cccff2e7a48afe744e7db86 |
Eval Count | 0 |
Decode Time | 107 ms |