Welcome, I try to build interface to communicate with an application (remote console) using its own protocol and php sockets.
Problem is that I have huge experience using most of php librariers and functions but no experience with
using pack at all, not mention to create packets using it. Second problem is that application does not
respond if packet does not have proper format. I tried to build something using that pack function and
its documentation but packet is more complicated then I thought.
Can some one show me how to build proper packet using format on page 2 of this document or at least explain
how to do it properly?