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 /** * Count the number of substring occurrences * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Count the number of substring occurrences
 *
 * @phpstub
 *
 * @param string $haystack
 * @param string $needle
 * @param string $encoding
 *
 * @return int The number of times the
 *             substring occurs in the
 *             .
 */
function mb_substr_count($haystack, $needle, $encoding = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Count the number of substring occurrences
 *
 * @phpstub
 *
 * @param string $haystack
 * @param string $needle
 * @param string $encoding
 *
 * @return int The number of times the
 *             substring occurs in the
 *             .
 */
function mb_substr_count($haystack, $needle, $encoding = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 d897318c92e3249832e05fb55de7e976
Eval Count 0
Decode Time 86 ms