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 /** * Get part of string * * @phpstub * * @param string $str * @param int $st..

Decoded Output download

<?php

/**
 * Get part of string
 *
 * @phpstub
 *
 * @param string $str
 * @param int $start
 * @param int $length
 * @param string $encoding
 *
 * @return string returns the portion of
 *                specified by the
 *                and
 *                parameters.
 */
function mb_substr($str, $start, $length = NULL, $encoding = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get part of string
 *
 * @phpstub
 *
 * @param string $str
 * @param int $start
 * @param int $length
 * @param string $encoding
 *
 * @return string returns the portion of
 *                specified by the
 *                and
 *                parameters.
 */
function mb_substr($str, $start, $length = NULL, $encoding = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 aead353a2e203fce96c0d7c4d040ece4
Eval Count 0
Decode Time 95 ms