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 /** * Make spot color * * @phpstub * * @param resource $p * @param string $sp..

Decoded Output download

<?php

/**
 * Make spot color
 *
 * @phpstub
 *
 * @param resource $p
 * @param string $spotname
 *
 * @return int
 */
function PDF_makespotcolor($p, $spotname)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Make spot color
 *
 * @phpstub
 *
 * @param resource $p
 * @param string $spotname
 *
 * @return int
 */
function PDF_makespotcolor($p, $spotname)
{
}

Function Calls

None

Variables

None

Stats

MD5 49c4ff3282a5291068daf559a851c7fd
Eval Count 0
Decode Time 99 ms