Re: [PHP-DEV] socket_recvfrom

2002-08-28 Thread Torsten Schlabach
>> Is this binary data you are transmitting? It is a TFTP data packet which starts with 0x00 0x03 0xhh 0xll and then has string data following, but I guess the first 0x00 will already be interpreted as the end of string? Torsten > On Tue, 2002-08-27 at 10:23, Torsten Schlabach wrote: > > Hi! >

Re: [PHP-DEV] socket_recvfrom

2002-08-27 Thread Jason Greene
On Tue, 2002-08-27 at 10:23, Torsten Schlabach wrote: > Hi! > > I am not sure if I > a) misunderstood what the function is good for > b) found a documentation problem or > c) found a bug. > > Maybe one of the more senior people on that list can advise me wether I > should file a bug report or no

[PHP-DEV] socket_recvfrom

2002-08-27 Thread Torsten Schlabach
Hi! I am not sure if I a) misunderstood what the function is good for b) found a documentation problem or c) found a bug. Maybe one of the more senior people on that list can advise me wether I should file a bug report or not. I am writing some code in PHP that makes use of the socket_ function