PHP » GoLang |
login |
register |
about
|
stripos(PHP 5, PHP 7) stripos — Find the position of the first occurrence of a case-insensitive substring in a string Description
int stripos
( string
$haystack
, string $needle
[, int $offset = 0
] )
Find the numeric position of the first occurrence of
Unlike the strpos(), stripos() is case-insensitive. Parameters
Return Values
Returns the position of where the needle exists relative to the beginnning of
the
Returns Warning
This function may
return Boolean Changelog
Examples
Example #1 stripos() examples
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|