文件名称:httpstatus.php:简单的 HTTP 状态
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-27 14:28:43
PHP
HttpStatus.php HTTP 状态的类常量。 安装 将其添加到您的 composer.json 中: " mckay/httpstatus " : " ^1.0.4 " , 然后运行$ composer update 。 用法 use \ McKay \ HttpStatus ; if (! $ user -> isRoot ()) { renderView (...); HttpStatus :: set ( HttpStatus :: UNAUTHORIZED ); return ; } if ( empty ( $ resource )) { renderError (...); HttpStatus :: set ( HttpStatus :: NOT_FOUND ); return ; } function renderError (...) {
【文件预览】:
httpstatus.php-master
----composer.json(553B)
----LICENSE(1KB)
----src()
--------HttpStatus.php(3KB)
----.gitignore(32B)
----README.md(747B)