Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
stripos
stripos
Find the location where the string first appears (case insensitive)
Name:
stripos
Category:
String
Programming Language:
php
One-line Description:
Returns where the string first appears in another string (case insensitive).
Related
Examples used with array_intersect_ukey and array_keys
8
How to Use get_magic_quotes_gpc() to Check if Magic Quotes Are Enabled? Best Practice Analysis
9
Best Practices and Tips for Using session_cache_limiter with session_start() in PHP
9
How to check if an array key exists using array_key_exists?
9
Similar Functions
str_rot13
str_rot13
Performarot13convers
strpbrk
strpbrk
Findanyoneofasetofch
strtr
strtr
Translatecharacterso
crc32
crc32
Calculateastringofcr
stripslashes
stripslashes
Inverselyescapeanesc
hex2bin
hex2bin
Converthexadecimalst
strnatcmp
strnatcmp
Stringcomparisonusin
addcslashes
addcslashes
Escapecharactersinas
Popular Articles