Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php function myfunction($v) It seems that the text you intended to provide for translation is missing. Please provide the English text you would like me to translate into French, and I'll be happy to assist you! $v=strtoupper($v); return $v; } $a=array("Animal" => "cheval", "Type" => "mammifère"); print_r(array_map("myfunction",$a)); ?> </body> </html>