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 /** * Takes an GD image and returns an image for placement in a PS document * * ..

Decoded Output download

<?php

/**
 * Takes an GD image and returns an image for placement in a PS document
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param int $gd
 *
 * @return int
 */
function ps_open_memory_image($psdoc, $gd)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Takes an GD image and returns an image for placement in a PS document
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param int $gd
 *
 * @return int
 */
function ps_open_memory_image($psdoc, $gd)
{
}

Function Calls

None

Variables

None

Stats

MD5 1998a5ac0d41db3867b87c00dd0fba4b
Eval Count 0
Decode Time 91 ms