Translation

English
English Russian
Returns B if A is true or C if A is false Возвращает B, если A истинно, или C, если A ложно
f_isNaN - Find whether a value is not a number f_isNaN - Определение того, не является ли значение числом
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. Возвращает 1 (или B), если A === NaN или 0 (или C), если нет. Параметры B и C являются необязательными.
f_cmp - Complex Comparison f_cmp - Комплексное сравнение
f_int - Alias of f_floor f_int - Псевдоним f_floor
f_rnd - Alias of f_round f_rnd - Псевдоним f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - Псевдоним f_cmp - РАВНО
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Возвращает 1 (или C), если A == B или 0 (или D), если нет. Параметры C и D являются необязательными.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Псевдоним f_cmp - НЕРАВНОЕ
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Возвращает 1 (или C), если A != B или 0 (или D), если нет. Параметры C и D являются необязательными.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Псевдоним f_cmp - БОЛЬШЕ
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Возвращает 1 (или C), если A > B или 0 (или D), если нет. Параметры C и D являются необязательными.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Псевдоним f_cmp - НИЖЕ
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Возвращает 1 (или C), если A < B или 0 (или D), если нет. Параметры C и D являются необязательными.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Псевдоним f_cmp - БОЛЬШЕ ИЛИ РАВНО
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Возвращает 1 (или C), если A >= B или 0 (или D), если нет. Параметры C и D являются необязательными.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Псевдоним f_cmp - МЛАДШЕ ИЛИ РАВНО
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Возвращает 1 (или C), если A <= B или 0 (или D), если нет. Параметры C и D являются необязательными.
Addition Добавление
Mathematical Operation to return the sum of two or more summands Математическая операция для возврата суммы двух или более слагаемых
Subtraction Вычитание
Mathematical Operation to return the difference of minuend and subtrahend Математическая операция для возврата разницы между суммированием и вычитанием
Multiplication Умножение
Mathematical Operation to return the product of multiplier and multiplicant Математическая операция для возврата произведения множителя и мультипликанта
Division Дивизион
Mathematical Operation to return the fraction of divident and divisor Математическая операция для возврата дроби делителя и делителя
Modulus Модуль
Mathematical Operation to return the remainder of a division of two integers Математическая операция для возврата остатка деления двух целых чисел
Exponentiation - PHP5.6 or above required Возведение в степень - требуется PHP5.6 или выше
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. Математическая операция для возврата повторного умножения (или деления) основания на его экспоненту.
Decimal Mark Десятичная метка

Loading…

No matching activity found.

Browse all component changes

Glossary

English Russian
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/ru-RU.po, string 139