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 /** * Give the bounding box of a text using TrueType fonts * * @phpstub * * @p..
Decoded Output download
<?php
/**
* Give the bounding box of a text using TrueType fonts
*
* @phpstub
*
* @param float $size
* @param float $angle
* @param string $fontfile
* @param string $text
*
* @return array returns an array with 8
* elements representing four points making the bounding box of the
* text on success and false on error.
*/
function imagettfbbox($size, $angle, $fontfile, $text)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Give the bounding box of a text using TrueType fonts
*
* @phpstub
*
* @param float $size
* @param float $angle
* @param string $fontfile
* @param string $text
*
* @return array returns an array with 8
* elements representing four points making the bounding box of the
* text on success and false on error.
*/
function imagettfbbox($size, $angle, $fontfile, $text)
{
}
Function Calls
None |
Stats
MD5 | 2b6a46aed55bf73483620d3119e9f4b0 |
Eval Count | 0 |
Decode Time | 68 ms |