Help for this page

Select Code to Download


  1. or download this
      ($b,$a) = ($a,$b);
  2. or download this
     ($b,$a) = ($a,$b);
  3. or download this
      $a ^= $b;
      $b ^= $a;
      $a ^= $b;