Vous avez cherché: conditional (Coréen - Anglais)

Coréen

Traduction

conditional

Traduction

Anglais

Traduction
Traduction

Traduisez instantanément des textes, des documents et des voix avec Lara

Traduire maintenant

Contributions humaines

Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.

Ajouter une traduction

Coréen

Anglais

Infos

Coréen

there is one more expression that may seem odd if you haven't seen it in other languages, the ternary conditional operator:

Anglais

in addition to being shorter and clearer, this also results in faster execution.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Coréen

if statements can be nested indefinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program.

Anglais

if statements can be nested indefinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Coréen

the if construct is one of the most important features of many languages, php included. it allows for conditional execution of code fragments. php의 if 문은 c와 비슷하다.:

Anglais

if expr evaluates to true, php will execute statement, and if it evaluates to false - it 'll ignore it.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Coréen

a very common type of expressions are comparison expressions. these expressions evaluate to either 0 or 1, meaning false or true (respectively). php supports (bigger than), = (bigger than or equal to), == (equal), != (not equal), (smaller than) and = (smaller than or equal to). these expressions are most commonly used inside conditional execution, such as if statements.

Anglais

post-increment, which is written '$variable++' evaluates to the original value of $variable, before it was incremented (php increments the variable after reading its value, thus the name'post-increment').

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Obtenez une traduction de meilleure qualité grâce aux
8,874,839,315 contributions humaines

Les utilisateurs demandent maintenant de l'aide :



Nous utilisons des cookies pour améliorer votre expérience utilisateur sur notre site. En poursuivant votre navigation, vous déclarez accepter leur utilisation. En savoir plus. OK