0 Members and 1 Guest are viewing this topic.
You'll get STARTFILES\r\n all the data here and ENDFILES at the end.
$arr = unpack("V", $data,4); //$data is the packet buffer.Don't know if it will work, I just got that from the PHP manual to get an integer.