PHP » GoLang |
login |
register |
about
|
strripos(PHP 5, PHP 7) strripos — Find the position of the last occurrence of a case-insensitive substring in a string Description
int strripos
( string
$haystack
, string $needle
[, int $offset = 0
] )
Find the numeric position of the last occurrence of
Unlike the strrpos(), strripos() is case-insensitive. Parameters
Return Values
Returns the position where the needle exists relative to the beginnning of
the
Returns Warning
This function may
return Boolean Examples
Example #1 A simple strripos() example
<?php The above example will output: Congratulations! We found the last (aB) in (ababcd) at position (2) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|