tinyphp-function / html_attrs
Retorna los atributos enviados en forma de parámetros para un tag html
1.0
2024-11-20 15:04 UTC
Requires
This package is not auto-updated.
Last update: 2024-11-21 10:07:33 UTC
README
Instalación via composer
composer require tinyphp-function/html_attrs
Funciones
/** Retorna los atributos enviados en forma de parámetros para un tag html */
function html_attrs(array|string|null $attrs = []): string|null