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 /** * Draw a character vertically * * @phpstub * * @param resource $image * @..
Decoded Output download
<?php
/**
* Draw a character vertically
*
* @phpstub
*
* @param resource $image
* @param int $font
* @param int $x
* @param int $y
* @param string $c
* @param int $color
*
* @return bool
*/
function imagecharup($image, $font, $x, $y, $c, $color)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Draw a character vertically
*
* @phpstub
*
* @param resource $image
* @param int $font
* @param int $x
* @param int $y
* @param string $c
* @param int $color
*
* @return bool
*/
function imagecharup($image, $font, $x, $y, $c, $color)
{
}
Function Calls
None |
Stats
MD5 | 186a84c52200f6cff261e79f4f57a4ad |
Eval Count | 0 |
Decode Time | 89 ms |