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: 2024-11-17 02:00:42 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