"; } // Použití echo studentDescription("Harry", "Potter", 15); echo studentDescription("Ron", "Weasley", 14); $student = studentDescription("Hermiona", "Grangerová", 15); echo $student;