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 a new image from GD2 file or URL * * @phpstub * * @param string $..

Decoded Output download

<?php

/**
 * Create a new image from GD2 file or URL
 *
 * @phpstub
 *
 * @param string $filename
 *
 * @return resource 
 */
function imagecreatefromgd2($filename)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create a new image from GD2 file or URL
 *
 * @phpstub
 *
 * @param string $filename
 *
 * @return resource 
 */
function imagecreatefromgd2($filename)
{
}

Function Calls

None

Variables

None

Stats

MD5 2ee9314f9b982f70578a3758dcfd981b
Eval Count 0
Decode Time 114 ms