|
Posted by Jerry Stuckle on 10/17/07 20:13
Bint wrote:
> I have an array whose elements I'm accessing, like array[0], array[1], etc.
> However, the data is meant to be 16-bit words, not bytes. I'm getting byte
> values right now. Is there
> any way I can tell php that an array is composed of words and not bytes?
>
> Thanks
> B
>
>
>
Not really. PHP is not meant for low-level bit manipulation. And you
can't really control the size of the word - it can differ between 32 and
64 bit architectures, for instance.
What are you string in those words, anyway?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|