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 /** * Determine whether a variable is empty * * @phpstub * * @param mixed $var..

Decoded Output download

<?php

/**
 * Determine whether a variable is empty
 *
 * @phpstub
 *
 * @param mixed $var
 *
 * @return bool Returns false if  exists and has a non-empty, non-zero value.
 *              Otherwise returns true.
 */
function empty($var)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Determine whether a variable is empty
 *
 * @phpstub
 *
 * @param mixed $var
 *
 * @return bool Returns false if  exists and has a non-empty, non-zero value.
 *              Otherwise returns true.
 */
function empty($var)
{
}

Function Calls

None

Variables

None

Stats

MD5 ed84c7577cf446ea7ceae1bd7bb0d461
Eval Count 0
Decode Time 91 ms