Re: [PHP] Bit shifting conversion (Delphi -> PHP)

2001-12-30 Thread Bogdan Stancescu
Why do you need word specifically? I personally had a hard time with PHP in the beginning exactly because I migrated from the Turbo Pascal/Dephi environment. Just learn how to deal with the new environment: use larger data types and shift right the byte in order to create a word and use logical "a

[PHP] Bit shifting conversion (Delphi -> PHP)

2001-12-30 Thread Stefan Pettersson
Hello all, I'm trying to convert a function done in Delphi (pascal) to PHP. This function is part of simple text encryption/decryption method. However, I have a really hard time to make this work in PHP. This is the Delphi code: Function RotateBits(C: Char; Bits: Integer): Char; var SI : Word;