I got a request from a friend of mine to convert a simple python script into php but I gotten stuck on a few small things and hopefully someone would be able to help me out alittle. Is there a "easy" way to convert ByteArray in php?
In Python it is
Value2 = ByteArray(Value1)
So in php it would be?
$Value2 = ...($Value1)
Any help on this would be great. Thank you. :)