Help for this page

Select Code to Download


  1. or download this
    $string = 'hello world';
    print substr($string,0,5);
    
  2. or download this
    $string = 'hello world';
    print substr($string,O,5);