Help for this page

Select Code to Download


  1. or download this
    $shm_somehash->write(pack("A*", $serialized), 0, 1024);
    
  2. or download this
    $s = ''; $s .= chr( $_ ) for  0 .. 255;;
    
    ...
    
    print $A cmp $s;;
    0