Help for this page

Select Code to Download


  1. or download this
            ...
            substr($sWk, 3, 1) &= pack('U', $u31);
            ...
            substr($lWk, 0, 1) &= pack('U', $u01);
            ...
    
  2. or download this
            ...
            substr($sWk, 3, 1) &= pack('c', $u31);
            ...
            substr($lWk, 0, 1) &= pack('c', $u01);
            ...