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 position of first occurrence of a string within another, case insensit..
Decoded Output download
<?php
/**
* Finds position of first occurrence of a string within another, case insensitive
*
* @phpstub
*
* @param string $haystack
* @param string $needle
* @param int $offset
* @param string $encoding
*
* @return int Return the numeric position of the first occurrence of
* in the
* string, or false if is not found.
*/
function mb_stripos($haystack, $needle, $offset = NULL, $encoding = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Finds position of first occurrence of a string within another, case insensitive
*
* @phpstub
*
* @param string $haystack
* @param string $needle
* @param int $offset
* @param string $encoding
*
* @return int Return the numeric position of the first occurrence of
* in the
* string, or false if is not found.
*/
function mb_stripos($haystack, $needle, $offset = NULL, $encoding = NULL)
{
}
Function Calls
None |
Stats
MD5 | 53a6de971abbf7f46e82bdb929c60e0c |
Eval Count | 0 |
Decode Time | 79 ms |