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 $a1=array("rouge","vert","bleu","jaune"); $a2=array(0=>"orange",3=>"bourgogne"); print_r(array_replace($a1,$a2)); ?> </body> </html>