Help for this page

Select Code to Download


  1. or download this
          $Byte = substr($_[0],$i,1);
    
  2. or download this
          $Byte = ord substr($_[0],$i,1);