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 /** * Output text in a box [deprecated] * * @phpstub * * @param resource $p *..
Decoded Output download
<?php
/**
* Output text in a box [deprecated]
*
* @phpstub
*
* @param resource $p
* @param string $text
* @param float $left
* @param float $top
* @param float $width
* @param float $height
* @param string $mode
* @param string $feature
*
* @return int
*/
function PDF_show_boxed($p, $text, $left, $top, $width, $height, $mode, $feature)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Output text in a box [deprecated]
*
* @phpstub
*
* @param resource $p
* @param string $text
* @param float $left
* @param float $top
* @param float $width
* @param float $height
* @param string $mode
* @param string $feature
*
* @return int
*/
function PDF_show_boxed($p, $text, $left, $top, $width, $height, $mode, $feature)
{
}
Function Calls
None |
Stats
MD5 | 78977a357899e2e8a2b9d3557413bd8d |
Eval Count | 0 |
Decode Time | 81 ms |