Hyvor Developer
  Home   Download   Copy
Code
<?php
$str = 'Hello World';
echo strpos($str, 'World'); // will output 6
Result