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 /** * Set/Get current language * * @phpstub * * @param string $language * * ..

Decoded Output download

<?php

/**
 * Set/Get current language
 *
 * @phpstub
 *
 * @param string $language
 *
 * @return mixed If  is set and
 *               is valid, it returns
 *               true. Otherwise, it returns false.
 *               When  is omitted, it returns the language
 *               name as a ``string``. If no language is set previously, it then returns
 *               false.
 */
function mb_language($language = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set/Get current language
 *
 * @phpstub
 *
 * @param string $language
 *
 * @return mixed If  is set and
 *               is valid, it returns
 *               true. Otherwise, it returns false.
 *               When  is omitted, it returns the language
 *               name as a ``string``. If no language is set previously, it then returns
 *               false.
 */
function mb_language($language = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 1edf4a0cafde1e6f77395d0bcf67982d
Eval Count 0
Decode Time 93 ms