Help for this page

Select Code to Download


  1. or download this
    $mCrc = $mPolyTable[ ( $mCrc ^ $iByteArray[$x] ) & 0xFF ];
    
  2. or download this
    unpack('C', substr(pack('J', $val), 0, 1))
    
  3. or download this
    unpack('C', substr(pack('J', $val), -1, 1))
    
  4. or download this
    unpack('C', substr(pack('J<', $val), 0, 1))
    
  5. or download this
    unpack('C', pack('J<', $val))