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 /** * Retrieve the embedded thumbnail of a TIFF or JPEG image * * @phpstub * *..

Decoded Output download

<?php

/**
 * Retrieve the embedded thumbnail of a TIFF or JPEG image
 *
 * @phpstub
 *
 * @param string $filename
 * @param int $width
 * @param int $height
 * @param int $imagetype
 *
 * @return string Returns the embedded thumbnail, or false if the image contains no
 *                thumbnail.
 */
function exif_thumbnail($filename, &$width = NULL, &$height = NULL, &$imagetype = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieve the embedded thumbnail of a TIFF or JPEG image
 *
 * @phpstub
 *
 * @param string $filename
 * @param int $width
 * @param int $height
 * @param int $imagetype
 *
 * @return string Returns the embedded thumbnail, or false if the image contains no
 *                thumbnail.
 */
function exif_thumbnail($filename, &$width = NULL, &$height = NULL, &$imagetype = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 24afd6105eb350ffc7368246e9ebf728
Eval Count 0
Decode Time 92 ms