Help for this page

Select Code to Download


  1. or download this
    (substr($t,$_,1),substr($t,$_+1,1))=(substr($t,$_+1,1),substr($t,$_,1));
  2. or download this
    substr($t, $_, 2) = reverse substr($t, $_, 2);
  3. or download this
    $_ = reverse $_ for substr($t, $_, 2);