Hi,
I am trying to do what the getBytes() function does in java in php. I have looked everywhere, but the closest I have found is I think pack(). Is this correct and the closest function to it? If so, how would I use pack to do what getbytes does? i am trying to send data headers over the net to another server.
Thanks,
Karl