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)); }

Questions about programming?Chat with your personal AI assistant