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 /** * Finds whether a variable is a resource * * @phpstub * * @param mixed $va..

Decoded Output download

<?php

/**
 * Finds whether a variable is a resource
 *
 * @phpstub
 *
 * @param mixed $var
 *
 * @return bool Returns true if  is a ``resource``,
 *              false otherwise.
 */
function is_resource($var)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Finds whether a variable is a resource
 *
 * @phpstub
 *
 * @param mixed $var
 *
 * @return bool Returns true if  is a ``resource``,
 *              false otherwise.
 */
function is_resource($var)
{
}

Function Calls

None

Variables

None

Stats

MD5 ddf1bee1a76250ab486d62cf06953f58
Eval Count 0
Decode Time 112 ms