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 /** * Make a string lowercase * * @phpstub * * @param string $str * @param st..

Decoded Output download

<?php

/**
 * Make a string lowercase
 *
 * @phpstub
 *
 * @param string $str
 * @param string $encoding
 *
 * @return string with all alphabetic characters converted to lowercase.
 */
function mb_strtolower($str, $encoding = 'mb_internal_encoding()')
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Make a string lowercase
 *
 * @phpstub
 *
 * @param string $str
 * @param string $encoding
 *
 * @return string with all alphabetic characters converted to lowercase.
 */
function mb_strtolower($str, $encoding = 'mb_internal_encoding()')
{
}

Function Calls

None

Variables

None

Stats

MD5 a2c1821d59f54307593a49397f393128
Eval Count 0
Decode Time 82 ms