Yngvarr

Generation

generate functionThu, 01 Dec 2022

return html with function

function html($tag, $content){ return "<$tag>$content</$tag>"; } html('h1', 'Hello world');

Questions about programming?Chat with your personal AI assistant