Generation

generate functionSun, 26 Mar 2023

funcion que imprima el numero total de caracteres

<?php function count_letters($word) { $lenght = strlen($word); return $lenght; } echo count_letters('programacion'); ?>

Questions about programming?Chat with your personal AI assistant