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 /** * Check if the string is valid for the specified encoding * * @phpstub * *..
Decoded Output download
<?php
/**
* Check if the string is valid for the specified encoding
*
* @phpstub
*
* @param string $var
* @param string $encoding
*
* @return bool
*/
function mb_check_encoding($var = NULL, $encoding = 'mb_internal_encoding()')
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Check if the string is valid for the specified encoding
*
* @phpstub
*
* @param string $var
* @param string $encoding
*
* @return bool
*/
function mb_check_encoding($var = NULL, $encoding = 'mb_internal_encoding()')
{
}
Function Calls
None |
Stats
MD5 | 8dc0ccd2b89685d0a73f47e7a977dbfa |
Eval Count | 0 |
Decode Time | 78 ms |