Help for this page

Select Code to Download


  1. or download this
        $count=17767;
        $c16 = pack("S", $count);
    
  2. or download this
        printf("... c16=0x%04hx ...", 
            ..., $c16, ...;
    
  3. or download this
    $count = unpack("S", $c16);