how to convert hexadecimal to byte in php
- by Vinayak.B
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