On this page
Function mb_stripos
Find position of first occurrence of a case-insensitive string.
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_stripos( string $haystack string $needle integer $offset 0 string $encoding null )
Parameters summary
string |
$haystack |
The string from which to get the position of the first 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 first 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_stripos.html