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 /** * Output GD2 image to browser or file * * @phpstub * * @param resource $im..

Decoded Output download

<?php

/**
 * Output GD2 image to browser or file
 *
 * @phpstub
 *
 * @param resource $image
 * @param string $filename
 * @param int $chunk_size
 * @param int $type
 *
 * @return bool 
 */
function imagegd2($image, $filename = NULL, $chunk_size = NULL, $type = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Output GD2 image to browser or file
 *
 * @phpstub
 *
 * @param resource $image
 * @param string $filename
 * @param int $chunk_size
 * @param int $type
 *
 * @return bool 
 */
function imagegd2($image, $filename = NULL, $chunk_size = NULL, $type = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 1e25aea8d544f0bcc2767ec14b872471
Eval Count 0
Decode Time 103 ms