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 /** * Get file extension for image type * * @phpstub * * @param int $imagetype..

Decoded Output download

<?php

/**
 * Get file extension for image type
 *
 * @phpstub
 *
 * @param int $imagetype
 * @param bool $include_dot
 *
 * @return string A string with the extension corresponding to the given image type.
 */
function image_type_to_extension($imagetype, $include_dot = true)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get file extension for image type
 *
 * @phpstub
 *
 * @param int $imagetype
 * @param bool $include_dot
 *
 * @return string A string with the extension corresponding to the given image type.
 */
function image_type_to_extension($imagetype, $include_dot = true)
{
}

Function Calls

None

Variables

None

Stats

MD5 e0eef34a2cd7c482202601c93415c321
Eval Count 0
Decode Time 86 ms