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 number or a numeric string * * @phpstub * ..
Decoded Output download
<?php
/**
* Finds whether a variable is a number or a numeric string
*
* @phpstub
*
* @param mixed $var
*
* @return bool Returns true if is a number or a numeric
* string, false otherwise.
*/
function is_numeric($var)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Finds whether a variable is a number or a numeric string
*
* @phpstub
*
* @param mixed $var
*
* @return bool Returns true if is a number or a numeric
* string, false otherwise.
*/
function is_numeric($var)
{
}
Function Calls
None |
Stats
MD5 | a38ff856edae33e4b419e584d47c2b5a |
Eval Count | 0 |
Decode Time | 83 ms |