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($value,$key) 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! echo "The key $key has the value $value<br>"; } $a=array("a"=>"rouge","b"=>"vert","c"=>"bleu"); array_walk($a,"myfunction"); ?> </body> </html>