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($v1,$v2) It seems that the text you intended to provide for translation is incomplete. Please provide the full text you would like to have translated, and I will be happy to assist you! return $v1 . "-" . $v2; } $a=array("Chien","Chat","Cheval"); print_r(array_reduce($a,"myfunction",5)); ?> </body> </html>