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 /** * Returns position and length of a matched part of the multibyte regular expre..

Decoded Output download

<?php

/**
 * Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string
 *
 * @phpstub
 *
 * @param string $pattern
 * @param string $option
 *
 * @return array
 */
function mb_ereg_search_pos($pattern = NULL, $option = 'ms')
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string
 *
 * @phpstub
 *
 * @param string $pattern
 * @param string $option
 *
 * @return array
 */
function mb_ereg_search_pos($pattern = NULL, $option = 'ms')
{
}

Function Calls

None

Variables

None

Stats

MD5 4cccfa44c67b4a33dd0bb2d797f2abcf
Eval Count 0
Decode Time 95 ms