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 /** * Opens image from file * * @phpstub * * @param resource $psdoc * @param ..

Decoded Output download

<?php

/**
 * Opens image from file
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $type
 * @param string $filename
 * @param string $stringparam
 * @param int $intparam
 *
 * @return int Returns identifier of image or zero in case of an error. The identifier is
 *             a positive number greater than 0.
 */
function ps_open_image_file($psdoc, $type, $filename, $stringparam = NULL, $intparam = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Opens image from file
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $type
 * @param string $filename
 * @param string $stringparam
 * @param int $intparam
 *
 * @return int Returns identifier of image or zero in case of an error. The identifier is
 *             a positive number greater than 0.
 */
function ps_open_image_file($psdoc, $type, $filename, $stringparam = NULL, $intparam = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 fbb74f6c60a6dc0e7f360cbe787153ce
Eval Count 0
Decode Time 92 ms