Skip to content

Instantly share code, notes, and snippets.

View alisalehi1380's full-sized avatar
😊
Always smile at problems

Ali Salehi alisalehi1380

😊
Always smile at problems
View GitHub Profile
@alisalehi1380
alisalehi1380 / http_response_code.php
Created March 4, 2024 12:57 — forked from ewwink/http_response_code.php
PHP Class for HTTP Response Status Codes
<?php
/**
* StatusCodes provides named constants for
* HTTP protocol status codes. Written for the
* Recess Framework (http://www.recessframework.com/)
*
* @author Kris Jordan
* @license MIT
* @package recess.http
*