On this page
Function mb_strripos
Finds position of last occurrence of a string within another, case insensitive
Package: Cake
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Located at Cake/bootstrap.php
  
  Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Located at Cake/bootstrap.php
mb_strripos( string $haystack string $needle integer $offset 0 string $encoding null )Parameters summary
| string | $haystack | The string from which to get the position of the last occurrence of $needle. | 
| string | $needle | The string to find in $haystack. | 
| integer | $offset = 0 | The position in $haystack to start searching. | 
| string | $encoding = null | Character encoding name to use. If it is omitted, internal character encoding is used. | 
Returns
- integer|boolean- The numeric position of the last occurrence of $needle in the $haystack string, or false if $needle is not found. 
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
 https://api.cakephp.org/2.10/function-mb_strripos.html