> strpos() in php ~ Online tutorial

strpos() in php

strpos() function returns the position of the first occurrence of string inside another string.
Syntax
strpos(string,find,start)
Example

<?php
// returns the position of the first occurrence of string
echo strpos("hello india","io");
?>




Output
6

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: