I want to send a zip file to a web service SOAP, to put it in the xml they ask me to transform it into an array of bytes. I have tried several things but, apparently, they do not work. In visual basic it can be like this:
Dim B() As Byte = IO.File.ReadAllBytes("")
In PHP there will be something similar?