Yngvarr

Generation

generate functionFri, 17 Feb 2023

fullname month

function fullname($month) { return date("F", strtotime("2001-$month-01")); } fullname(8);

Questions about programming?Chat with your personal AI assistant