Generation

generate functionWed, 07 Jun 2023

regresa numeros enteros en una funcion que recibe un string

function regresa_numeros_enteros($texto){ return array_map('intval', explode(' ', $texto)); }

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