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 first occurrence of a string within another * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Finds first occurrence of a string within another
 *
 * @phpstub
 *
 * @param string $haystack
 * @param string $needle
 * @param bool $before_needle
 * @param string $encoding
 *
 * @return string Returns the portion of ,
 *                or false if  is not found.
 */
function mb_strstr($haystack, $needle, $before_needle = false, $encoding = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Finds first occurrence of a string within another
 *
 * @phpstub
 *
 * @param string $haystack
 * @param string $needle
 * @param bool $before_needle
 * @param string $encoding
 *
 * @return string Returns the portion of ,
 *                or false if  is not found.
 */
function mb_strstr($haystack, $needle, $before_needle = false, $encoding = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 848bf50904d8e8705312e47ecd00d05b
Eval Count 0
Decode Time 77 ms