Help for this page
Select Code to Download
Select
or
download this
(substr($t,$_,1),substr($t,$_+1,1))=(substr($t,$_+1,1),substr($t,$_,1));
Select
or
download this
substr($t, $_, 2) = reverse substr($t, $_, 2);
Select
or
download this
$_ = reverse $_ for substr($t, $_, 2);