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 /** * Return the image types supported by this PHP build * * @phpstub * * @ret..

Decoded Output download

<?php

/**
 * Return the image types supported by this PHP build
 *
 * @phpstub
 *
 * @return int Returns a bit-field corresponding to the image formats supported by the
 *             version of GD linked into PHP.  The following bits are returned,
 *             |  |
 *             |  |
 *             .
 */
function imagetypes()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return the image types supported by this PHP build
 *
 * @phpstub
 *
 * @return int Returns a bit-field corresponding to the image formats supported by the
 *             version of GD linked into PHP.  The following bits are returned,
 *             |  |
 *             |  |
 *             .
 */
function imagetypes()
{
}

Function Calls

None

Variables

None

Stats

MD5 84585511dca0e144d8e07f669deb6cbd
Eval Count 0
Decode Time 83 ms