Abdullah Ramazanoglu dedi ki:
> $key = pack("N*", 0x12345678, 0x9abcdef0, 0x87654321, 0x0fedcba9);
>
> Well, second and third 32-bit hex values were automatically converted by
> PHP to float, before packing, because PHP tries to cast them into signed
> 32-bit integers, which can't be represented
Nathan Nobbe dedi ki:
>> Admittedly, there are some annoying features of PHP, the most
>> annoying one being its "dynamic" typing (opposed to "weak" typing).
>
> I think its worth mentioning that 'dynamic' and 'weak' typing both refer
> to type checking, yet they refer to different aspects of typ
2 matches
Mail list logo