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 $number = range(0,50,10); print_r ($number); ?> </body> </html>
Array It seems that the text you intended to provide for translation is incomplete. Please provide the full text you would like me to translate, and I'll be happy to assist you! [0] => 0 [1] => 10 [2] => 20 [3] => 30 [4] => 40 [5] => 50 )