Help for this page

Select Code to Download


  1. or download this
    $str = substr($str,1);
    
  2. or download this
    $str = join('',(split('',$str))[1..length($str)]);