Examveda
Examveda

What will be the output of the following PHP code?
<?php
    echo stripos("I love php, I love php too!","PHP");
?>

A. 3

B. 7

C. 8

D. 10

Answer: Option B

Solution(By Examveda Team)

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

This Question Belongs to PHP >> Functions

Join The Discussion

Related Questions on Functions