Help for this page

Select Code to Download


  1. or download this
    $number = unpack("n", $string);
    
  2. or download this
    $number = unpack("v", $string);
    
  3. or download this
    $number = unpack("S", $string);