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 /** * Find position of last occurrence of a string in a string * * @phpstub * ..
Decoded Output download
<?php
/**
* Find position of last occurrence of a string in a string
*
* @phpstub
*
* @param string $haystack
* @param string $needle
* @param int $offset
* @param string $encoding
*
* @return int Returns the numeric position of
* the last occurrence of in the
* . If
* is not found, it returns false.
*/
function mb_strrpos($haystack, $needle, $offset = false, $encoding = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Find position of last occurrence of a string in a string
*
* @phpstub
*
* @param string $haystack
* @param string $needle
* @param int $offset
* @param string $encoding
*
* @return int Returns the numeric position of
* the last occurrence of in the
* . If
* is not found, it returns false.
*/
function mb_strrpos($haystack, $needle, $offset = false, $encoding = NULL)
{
}
Function Calls
None |
Stats
MD5 | eb9e14c3e313be5331f713c1a6ddf1ad |
Eval Count | 0 |
Decode Time | 89 ms |