..


Sponsored Links

stripos

The function stripos is equivalent to the function strpos , but unlike the latter, is not case-sensitive, and therefore is not case sensitive. Here's an example:

 



 $ Position = stripos ("mrwebmaster", "W");







 echo $ position

 
the output will be generated:
 



 2

 
strpos if we used the result would be false!

In the same category ...
E-Learning
Linux (Course) Linux (Course)
Complete guide to open-source system. From 49 €.
MySQL (Course) MySQL (Course)
Management of open-source database. From 39 €.
PHP (Course) PHP (Course)
Full course for creating dynamic Web sites. From 49 €.
Sponsored Links