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 $find = array("Bonjour","monde"); $replace = array("B"); $arr = array("Bonjour","monde","!"); print_r(str_replace($find,$replace,$arr)); ?> </body> </html>
Array It seems that the text you want to translate is incomplete. Please provide the full text you would like me to translate, and I'll be happy to assist you! [0] => B [1] => [2] => ! )