Help for this page

Select Code to Download


  1. or download this
    $string = ...
    $x = pack('U0C*', unpack('U0C*', $string));
    
  2. or download this
    $x = $string      #or without even $string, just $x = ...