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 switch (connection_status()) 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 will be happy to assist you! cas CONNECTION_NORMAL : $txt = 'La connexion est dans un état normal'; pause; cas CONNECTION_ABORTED : $txt = 'Connexion abandonnée'; pause; cas CONNECTION_TIMEOUT : $txt = 'Délai de connexion dépassé'; pause; cas (CONNECTION_ABORTED & CONNECTION_TIMEOUT) : $txt = 'Connexion interrompue et délai d\'attente dépassé'; pause; par défaut: $txt = 'Inconnu'; pause; } echo $txt; ?> </body> </html>
La connexion est dans un état normal