Re: Documentation for $Request->BinaryRead

2003-09-18 Thread Josh Chamas
Philip Mak wrote: In http://www.apache-asp.org/objects.html it says: $Request->BinaryRead($length) I think it should instead say: $Request->BinaryRead([$length]) and mention that the $length parameter is optional; if it is not given, then the whole thing is returned (at least, that's wh

Documentation for $Request->BinaryRead

2003-09-12 Thread Philip Mak
In http://www.apache-asp.org/objects.html it says: $Request->BinaryRead($length) I think it should instead say: $Request->BinaryRead([$length]) and mention that the $length parameter is optional; if it is not given, then the whole thing is returned (at least, that's what I think it does