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'); ?>

Want to kickstart your project?Use the new AI Studio to create your code