Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
there is one more expression that may seem odd if you haven't seen it in other languages, the ternary conditional operator:
aan het begin van dit hoofdstuk vertelden we dat we verschillende statement types zouden beschrijven, en zoals is gebleken kunnen expressies statements zijn.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
dit geeft je de complete flexibiliteit voor conditionele uitvoering van verschillende delen van je programma.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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와 비슷하다.:
als toevoeging hierop kunnen statements gegroepeerd worden tot een statement-groep door deze te omvatten met accolades.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
er is nog een expressie die vreemd zal lijken als je het nog niet hebt gezien in andere talen, namelijk ternaire conditionele operator:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: