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 the size of an image from a string * * @phpstub * * @param string $i..

Decoded Output download

<?php

/**
 * Get the size of an image from a string
 *
 * @phpstub
 *
 * @param string $imagedata
 * @param array $imageinfo
 *
 * @return array See .
 */
function getimagesizefromstring($imagedata, &$imageinfo = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the size of an image from a string
 *
 * @phpstub
 *
 * @param string $imagedata
 * @param array $imageinfo
 *
 * @return array See .
 */
function getimagesizefromstring($imagedata, &$imageinfo = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 e562bf6c04f99f25ea85d8c47d019603
Eval Count 0
Decode Time 75 ms