What is the strpos() function used for?

Options
- Find the last character of a string
- Both b and c
- Search for character within a string
- Locate position of a string’s first character


CORRECT ANSWER : Search for character within a string

Discussion Board
strpos() function

strops() function is used to finds charecter withinn string to another string position

arvind kumar yadav 07-19-2015 02:58 AM

strpos() function.

Answer : Search for character within a string.

The strpos() function finds the position of the first occurrence of a string inside another string.

IamJay 02-10-2015 01:12 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement