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 /** * Scale the current transformation * * @phpstub * * @param float $x * @pa..
Decoded Output download
<?php
/**
* Scale the current transformation
*
* @phpstub
*
* @param float $x
* @param float $y
* @param float $z
*
* @return void
*/
function swf_scale($x, $y, $z)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Scale the current transformation
*
* @phpstub
*
* @param float $x
* @param float $y
* @param float $z
*
* @return void
*/
function swf_scale($x, $y, $z)
{
}
Function Calls
None |
Stats
MD5 | c09da9f643ad7f5ccbebb8c84f638d21 |
Eval Count | 0 |
Decode Time | 77 ms |