String
most used
stripos
description
Returns the numeric position of the first occurrence of $needle in the $haystack string. Unlike strpos(), stripos() is case-insensitive.
declaration of stripos
mixed stripos ( string $haystack , string $needle [, int $offset ] )
test stripos online
share stripos
comments for stripos
be the first
No comments so far for stripos(). Leave yours as first below.
+