tinyphp-function / http_code
Establece el header HTTP Status
Installs: 67
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-10-05 10:49:33 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