tinyphp-function/http_code

Establece el header HTTP Status

Maintainers

Package info

gitlab.com/tiny.php/function/http_code

Issues

pkg:composer/tinyphp-function/http_code

Statistics

Installs: 71

Dependents: 3

Suggesters: 0

Stars: 0

1.0 2024-11-16 08:01 UTC

This package is not auto-updated.

Last update: 2026-03-08 12:40:46 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