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 /** * Write text to the image using fonts using FreeType 2 * * @phpstub * * @p..
Decoded Output download
<?php
/**
* Write text to the image using fonts using FreeType 2
*
* @phpstub
*
* @param resource $image
* @param float $size
* @param float $angle
* @param int $x
* @param int $y
* @param int $color
* @param string $fontfile
* @param string $text
* @param array $extrainfo
*
* @return array This function returns an array defining the four points of the box, starting in the lower left and moving counter-clockwise:
*/
function imagefttext($image, $size, $angle, $x, $y, $color, $fontfile, $text, $extrainfo = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Write text to the image using fonts using FreeType 2
*
* @phpstub
*
* @param resource $image
* @param float $size
* @param float $angle
* @param int $x
* @param int $y
* @param int $color
* @param string $fontfile
* @param string $text
* @param array $extrainfo
*
* @return array This function returns an array defining the four points of the box, starting in the lower left and moving counter-clockwise:
*/
function imagefttext($image, $size, $angle, $x, $y, $color, $fontfile, $text, $extrainfo = array())
{
}
Function Calls
None |
Stats
MD5 | 0f0cac1c02b3bc1a61fe6ea98d132e96 |
Eval Count | 0 |
Decode Time | 65 ms |