tinyphp-function / array2html
Convierte un Array en un formato nestable para HTML
1.0
2024-11-16 03:41 UTC
This package is not auto-updated.
Last update: 2025-07-13 05:25:45 UTC
README
Instalación via composer
composer require tinyphp-function/array2html
Funciones
/** Convierte un Array en un formato nestable para HTML */
function array2html(array $arr): string