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 /** * Create spot color * * @phpstub * * @param resource $psdoc * @param stri..

Decoded Output download

<?php

/**
 * Create spot color
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $name
 * @param int $reserved
 *
 * @return int The id of the new spot color or 0 in case of an error.
 */
function ps_makespotcolor($psdoc, $name, $reserved = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create spot color
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $name
 * @param int $reserved
 *
 * @return int The id of the new spot color or 0 in case of an error.
 */
function ps_makespotcolor($psdoc, $name, $reserved = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 8a38e622b30a25d3408f9f318204f894
Eval Count 0
Decode Time 100 ms