Usted buscó: conditional (Coreano - Inglés)

Traducción automática

Aprendiendo a traducir con los ejemplos de traducciones humanas.

Korean

English

Información

Korean

conditional

English

 

De: Traducción automática
Sugiera una traducción mejor
Calidad:

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Coreano

Inglés

Información

Coreano

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

Inglés

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

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Coreano

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.

Inglés

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.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Coreano

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와 비슷하다.:

Inglés

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

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Coreano

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.

Inglés

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').

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Obtenga una traducción de calidad con
8,220,973,613 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo