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