Help for this page

Select Code to Download


  1. or download this
    $string="fart";
    $x=length($string);
    
  2. or download this
    $string="I've just farted";
    @stringarray=split(' ',$string);
    
  3. or download this
    $stringarray[0]="I've"
    $stringarray[1]="just"
    $stringarray[2]="farted"