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 /** * Fills an area with a shading * * @phpstub * * @param resource $psdoc * ..

Decoded Output download

<?php

/**
 * Fills an area with a shading
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param int $shadingid
 *
 * @return bool 
 */
function ps_shfill($psdoc, $shadingid)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fills an area with a shading
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param int $shadingid
 *
 * @return bool 
 */
function ps_shfill($psdoc, $shadingid)
{
}

Function Calls

None

Variables

None

Stats

MD5 1e5f8927f5918aed68c981c2925a8bef
Eval Count 0
Decode Time 75 ms