PHP stripos() FunctionLast Updated : 17 Mar 2025 The stripos() is predefine function of PHP. It is used to find the position of the first occurrence of a string inside another string. Note: This function is case-insensitive and binary safe.Syntax:
Example 1Output: 0 Example 2Output: Before stripos() function: PHP is My Fav Language After using stripos(): 1 Note: There is one whitespace when PHP start so 'stripos() function is used to fiind the position of the first occurrence of "php" inside the string.Reference: http://php.net/manual/en/function.stripos.phpNext TopicPHP String |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India