tinyphp-function / http_code
Establece el header HTTP Status
Installs: 69
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/tinyphp-function/http_code
Requires
This package is not auto-updated.
Last update: 2025-11-16 11:17:50 UTC
README
Instalación via composer
composer require tinyphp-function/http_code
Funciones
/** Establece el header HTTP Status */
function http_code(int $code = 200, string $message = ''): void