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 out whether a variable is a boolean * * @phpstub * * @param mixed ..

Decoded Output download

<?php

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

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 c16ea2aa4a7527c7d7111e971edd7aa7
Eval Count 0
Decode Time 79 ms