Predefined array of HTTP errors for PHP use?

Kut3b0yHG

New Member
I have an \[code\]error.php\[/code\] file attached to \[code\]ErrorHandler\[/code\] that will take the error HTTP status in as a GET variable. Is there an array I can find that has a mapping of status codes to error names and descriptions, or do I have to write one myself?
 
Back
Top