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 /** * Count all elements in an array, or something in an object * * @phpstub * ..
Decoded Output download
<?php
/**
* Count all elements in an array, or something in an object
*
* @phpstub
*
* @param mixed $var
* @param int $mode
*
* @return int Returns the number of elements in .
* If is not an array or an object with
* implemented ``Countable`` interface,
* will be returned.
* There is one exception, if is null,
* will be returned.
*/
function count($var, $mode = false)
{
}
/**
* Count all elements in an array, or something in an object
*
* @phpstub-alias-of count
* @phpstub
*
* @param mixed $var
* @param int $mode
*
* @return int Returns the number of elements in .
* If is not an array or an object with
* implemented ``Countable`` interface,
* will be returned.
* There is one exception, if is null,
* will be returned.
*/
function sizeof($var, $mode = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Count all elements in an array, or something in an object
*
* @phpstub
*
* @param mixed $var
* @param int $mode
*
* @return int Returns the number of elements in .
* If is not an array or an object with
* implemented ``Countable`` interface,
* will be returned.
* There is one exception, if is null,
* will be returned.
*/
function count($var, $mode = false)
{
}
/**
* Count all elements in an array, or something in an object
*
* @phpstub-alias-of count
* @phpstub
*
* @param mixed $var
* @param int $mode
*
* @return int Returns the number of elements in .
* If is not an array or an object with
* implemented ``Countable`` interface,
* will be returned.
* There is one exception, if is null,
* will be returned.
*/
function sizeof($var, $mode = false)
{
}
Function Calls
| None |
Stats
| MD5 | 5fc6d359d5020e7839a861c1cff9d6f3 |
| Eval Count | 0 |
| Decode Time | 71 ms |