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 image height * * @phpstub * * @param resource $image * * @return i..

Decoded Output download

<?php

/**
 * Get image height
 *
 * @phpstub
 *
 * @param resource $image
 *
 * @return int Return the height of the  or false on
 *             errors.
 */
function imagesy($image)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get image height
 *
 * @phpstub
 *
 * @param resource $image
 *
 * @return int Return the height of the  or false on
 *             errors.
 */
function imagesy($image)
{
}

Function Calls

None

Variables

None

Stats

MD5 9e8387234e7574046c0d420d311f699a
Eval Count 0
Decode Time 79 ms