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 /** * Rotate an image with a given angle * * @phpstub * * @param resource $ima..
Decoded Output download
<?php
/**
* Rotate an image with a given angle
*
* @phpstub
*
* @param resource $image
* @param float $angle
* @param int $bgd_color
* @param int $ignore_transparent
*
* @return resource Returns an image resource for the rotated image, .
*/
function imagerotate($image, $angle, $bgd_color, $ignore_transparent = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Rotate an image with a given angle
*
* @phpstub
*
* @param resource $image
* @param float $angle
* @param int $bgd_color
* @param int $ignore_transparent
*
* @return resource Returns an image resource for the rotated image, .
*/
function imagerotate($image, $angle, $bgd_color, $ignore_transparent = false)
{
}
Function Calls
None |
Stats
MD5 | c80c39a13e5c17796dda7952a4084155 |
Eval Count | 0 |
Decode Time | 106 ms |