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,5); print_r ($number); ?> </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] => 0 [1] => 1 [2] => 2 [3] => 3 [4] => 4 [5] => 5 )