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 /** * Creates a pattern based on a shading * * @phpstub * * @param resource $p..

Decoded Output download

<?php

/**
 * Creates a pattern based on a shading
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param int $shadingid
 * @param string $optlist
 *
 * @return int The identifier of the pattern .
 */
function ps_shading_pattern($psdoc, $shadingid, $optlist)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates a pattern based on a shading
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param int $shadingid
 * @param string $optlist
 *
 * @return int The identifier of the pattern .
 */
function ps_shading_pattern($psdoc, $shadingid, $optlist)
{
}

Function Calls

None

Variables

None

Stats

MD5 3c8647107fdccf6c49fbd5de65bc68b5
Eval Count 0
Decode Time 97 ms