how to convert hexadecimal to byte in php
Posted
by Vinayak.B
on Stack Overflow
See other posts from Stack Overflow
or by Vinayak.B
Published on 2010-06-07T10:39:48Z
Indexed on
2010/06/16
5:22 UTC
Read the original article
Hit count: 349
I am very new to PHP
I mean I want to create a byte array something like this
byte array[] = { (byte) 0x9C, (byte) 0xA0};
how to do I do it in PHP any syntactical help highly apreciated.
I mean how to create a byte array in php.
Thanks in advance
© Stack Overflow or respective owner