Strings Php

    $string = "This is a strpos( ) test";
    print strpos($string, "s") . "\n";
?>