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 /** * Set color to gray [deprecated] * * @phpstub * * @param resource $p * @p..
Decoded Output download
<?php
/**
* Set color to gray [deprecated]
*
* @phpstub
*
* @param resource $p
* @param float $g
*
* @return bool
*/
function PDF_setgray($p, $g)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set color to gray [deprecated]
*
* @phpstub
*
* @param resource $p
* @param float $g
*
* @return bool
*/
function PDF_setgray($p, $g)
{
}
Function Calls
None |
Stats
MD5 | 401dab8b0503ea5509e8331f5a06659e |
Eval Count | 0 |
Decode Time | 88 ms |