HTTP Codes Helper

Mapping and naming of HTTP 3xx/404 codes for redirects and specific responses.

// Get array of codes => names
$codes = CFGP_U::get_http_codes();

// Get code name
$name  = CFGP_U::get_http_code_name(307); // "307 - Temporary Redirect"
Was this page helpful?