Translation

English
English Dutch
f_eq - Alias of f_cmp - IS EQUAL f_eq - Alias van f_cmp - IS GELIJK
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A == B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Alias van f_cmp - IS ONGELIJK
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A != B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias of f_cmp - IS GROTER DAN
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A > B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias of f_cmp - IS LAGER DAN
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A < B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias van f_cmp - IS GROTER OF GELIJK
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A > = B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Alias van f_cmp - IS LAGER OF GELIJK
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A < = B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
Addition Toevoeging
Mathematical Operation to return the sum of two or more summands Wiskundige bewerking om de som van twee of meer sommen terug te geven
Subtraction Afmelden
Mathematical Operation to return the difference of minuend and subtrahend Wiskundige bewerking om het verschil tussen minuend en subtrahend terug te geven
Multiplication Vermenigvuldiging
Mathematical Operation to return the product of multiplier and multiplicant Wiskundige bewerking om het product van vermenigvuldiger en vermenigvuldiger terug te geven
Division Divisie
Mathematical Operation to return the fraction of divident and divisor Wiskundige bewerking om de breuk van deler en deler terug te geven
Modulus Modulus
Mathematical Operation to return the remainder of a division of two integers Wiskundige bewerking om de rest van een deling van twee gehele getallen terug te geven
Exponentiation - PHP5.6 or above required Exponentiatie - PHP5.6 of hoger vereist
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. Wiskundige bewerking om de herhaalde vermenigvuldiging (of deling) van een basis met zijn exponent terug te geven.
Decimal Mark Decimaal teken
Decimal Mark used to separate the integer part from the fractional part Decimaal teken dat wordt gebruikt om het gehele deel van het breukdeel te scheiden
Round Bracket Parenthese
Used to override normal precedence or to mark the first level of nesting Wordt gebruikt om de normale prioriteit te overschrijven of om het eerste niveau van nesten te markeren
Square Bracket Vierkante haak
Used to override normal precedence or to mark the second level of nesting Wordt gebruikt om de normale prioriteit te overschrijven of om het tweede niveau van nesten te markeren
Punctuation mark Leesteken

Loading…

No matching activity found.

Browse all component changes

Glossary

English Dutch
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/nl-NL.po, string 145