Skip to content

Instantly share code, notes, and snippets.

@vavicheth
vavicheth / gist:ed352b2a600bd0d6c14edc2beb7b1026
Created March 13, 2019 08:14 — forked from henriquemoody/http-status-codes.php
List of HTTP status codes in PHP
<?php
/**
* Content from http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
**/
return array(
100 => 'Continue',
101 => 'Switching Protocols',
102 => 'Processing', // WebDAV; RFC 2518
200 => 'OK',