Generation

generate functionSun, 26 Mar 2023

funcion que imprita el total de carcateres

<?php function imprimir_caracteres($mensaje){ echo strlen($mensaje); echo "<br>"; } imprimir_caracteres("hola mundo"); imprimir_caracteres("hola mundo cruel"); imprimir_caracteres("ho"); ?>

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