I have an array that is formatted like so (this example has 5 keys):
[0]: HTTP/1.1 200 OK
[1]: Date: Wed, 10 Feb 2010 12:16:24 GMT
[2]: Server: Apache/2.2.3 (Red Hat)
[3]: X-Powered-By: PHP/5.1.6
[4]: etc..
The array keys sometimes alternate, as one may be omitted. How can I search for the array with "Server: ..." in it, and if it exists display it?
For the life of me I am confused!