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 the matched part of a multibyte regular expression * * @phpstub *..
Decoded Output download
<?php
/**
* Returns the matched part of a multibyte regular expression
*
* @phpstub
*
* @param string $pattern
* @param string $option
*
* @return array
*/
function mb_ereg_search_regs($pattern = NULL, $option = 'ms')
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the matched part of a multibyte regular expression
*
* @phpstub
*
* @param string $pattern
* @param string $option
*
* @return array
*/
function mb_ereg_search_regs($pattern = NULL, $option = 'ms')
{
}
Function Calls
None |
Stats
MD5 | d004d9706fb0e80b943a1ce195afa51f |
Eval Count | 0 |
Decode Time | 89 ms |