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
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