Yngvarr

Generation

generate functionFri, 17 Feb 2023

fullname month

$months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; function fullNameMonth($position) { global $months; echo $months[$position - 1]; } fullNameMonth(1);

Questions about programming?Chat with your personal AI assistant