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 fill color to gray [deprecated] * * @phpstub * * @param resource $p ..

Decoded Output download

<?php

/**
 * Set fill color to gray [deprecated]
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $g
 *
 * @return bool
 */
function PDF_setgray_fill($p, $g)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set fill color to gray [deprecated]
 *
 * @phpstub
 *
 * @param resource $p
 * @param float $g
 *
 * @return bool
 */
function PDF_setgray_fill($p, $g)
{
}

Function Calls

None

Variables

None

Stats

MD5 08d7ad230cb13f2d19d9cc19f43091c2
Eval Count 0
Decode Time 73 ms