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 an array * * @phpstub * * @param mixed $var ..

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 16993504fc82cdcc216c6aa47bf138fd
Eval Count 0
Decode Time 80 ms