Hello!
I am studying the way PHP allows programmers to manipulate Http
communication, and have looked at the HttpRequest and HttpResponse
classes.
All functions I find in the documentation relate to or use primitives,
arrays and unspecified objects. Have yet to find a single function
that either returns a HttpRequest (Respons) or uses it as a parameter.
I would like examples, if any exist, of how object instances of these
classes may be used.
thanks alot!
Michael
I am studying the way PHP allows programmers to manipulate Http
communication, and have looked at the HttpRequest and HttpResponse
classes.
All functions I find in the documentation relate to or use primitives,
arrays and unspecified objects. Have yet to find a single function
that either returns a HttpRequest (Respons) or uses it as a parameter.
I would like examples, if any exist, of how object instances of these
classes may be used.
thanks alot!
Michael
Comment