Answers for "php get index of word"

PHP
1

find index of a character in a string php

<?php
echo strpos("I love php, I love php too!","php");
?>
Posted by: Guest on May-23-2021

Browse Popular Code Answers by Language