Revision [32]

Last edited on 2008-06-06 04:20:38 by MattRead
Additions:
$headers = array();


if ( preg_match( "@HTTP/[\S]+ (\d+) [\S]+@", $head, $status ) ) {
$headers['status'] = $status[1];
}


Revision [29]

The oldest known version of this page was created on 2008-06-05 21:37:41 by MattRead
Page was generated in 0.0265 seconds