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 (in grapheme units) of last occurrence of a string * * @phps..
Decoded Output download
<?php
/**
* Find position (in grapheme units) of last occurrence of a string
*
* @phpstub
*
* @param string $haystack
* @param string $needle
* @param int $offset
*
* @return int Returns the position as an integer. If needle is not found, grapheme_strrpos() will return boolean FALSE.
*/
function grapheme_strrpos($haystack, $needle, $offset = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Find position (in grapheme units) of last occurrence of a string
*
* @phpstub
*
* @param string $haystack
* @param string $needle
* @param int $offset
*
* @return int Returns the position as an integer. If needle is not found, grapheme_strrpos() will return boolean FALSE.
*/
function grapheme_strrpos($haystack, $needle, $offset = false)
{
}
Function Calls
None |
Stats
MD5 | f852786846f2a815d06ce1eb5895510f |
Eval Count | 0 |
Decode Time | 101 ms |