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($num) 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($num*$num); } $a=array(1,2,3,4,5); print_r(array_map("myfunction",$a)); ?> </body> </html>