Yngvarr

Generation

generate functionThu, 09 Feb 2023

generate phrase

function generatePhrase($a, $b, $c) { $phrase = "$a $b $c"; return $phrase; } $phrase = generatePhrase("nice", "to", "meet you"); echo $phrase;

Questions about programming?Chat with your personal AI assistant