tinyphp-function/http_code

Establece el header HTTP Status

1.0 2024-11-16 08:01 UTC

This package is not auto-updated.

Last update: 2024-11-16 11:09:24 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