|
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
|
عملية حسابية لإرجاع الفرق بين minuend و 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
|
CSV الفاصل العشري
|
|
Decimal Mark used to separate the integer part from the fractional part
|
الرمز الذي يشير إلى نهاية الجزء الصحيح وبداية الجزء الكسري.
|
|
Round Bracket
|
قوس دائري
|
|
Used to override normal precedence or to mark the first level of nesting
|
يُستخدم لتجاوز الأسبقية العادية أو لتحديد المستوى الأول من التداخل
|
|
Square Bracket
|
قوس مربع
|
|
Used to override normal precedence or to mark the second level of nesting
|
تُستخدم لتجاوز الأسبقية العادية أو لتمييز المستوى الثاني من التداخل
|
|
Punctuation mark
|
علامة الترقيم
|