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 /** * Define blend * * @phpstub * * @param resource $pdfdoc * @param string $..
Decoded Output download
<?php
/**
* Define blend
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $shtype
* @param float $x0
* @param float $y0
* @param float $x1
* @param float $y1
* @param float $c1
* @param float $c2
* @param float $c3
* @param float $c4
* @param string $optlist
*
* @return int
*/
function PDF_shading($pdfdoc, $shtype, $x0, $y0, $x1, $y1, $c1, $c2, $c3, $c4, $optlist)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Define blend
*
* @phpstub
*
* @param resource $pdfdoc
* @param string $shtype
* @param float $x0
* @param float $y0
* @param float $x1
* @param float $y1
* @param float $c1
* @param float $c2
* @param float $c3
* @param float $c4
* @param string $optlist
*
* @return int
*/
function PDF_shading($pdfdoc, $shtype, $x0, $y0, $x1, $y1, $c1, $c2, $c3, $c4, $optlist)
{
}
Function Calls
None |
Stats
MD5 | 03acc570954202bb8559b46995d37d03 |
Eval Count | 0 |
Decode Time | 80 ms |