Prio | Original string | Translation | — |
---|---|---|---|
Find lowest value | หาค่าต่ำสุด | Details | |
Find highest value | หาค่าสูงสุด | Details | |
Strip whitespace (or other characters) from the beginning of a string | ตัดช่องว่าง (หรือตัวอื่น ๆ ) จากจุดเริ่มต้นอักขระ | Details | |
Strip whitespace (or other characters) from the beginning of a string ตัดช่องว่าง (หรือตัวอื่น ๆ ) จากจุดเริ่มต้นอักขระ
You have to log in to edit this translation.
|
|||
Return comma-separated list of values | ส่งค่ากลับด้วย comma-separated list | Details | |
Return comma-separated list of values ส่งค่ากลับด้วย comma-separated list
You have to log in to edit this translation.
|
|||
Find whether the type of a variable is string | หาชนิดของตัวแปรที่เป็นอักขระ | Details | |
Find whether the type of a variable is string หาชนิดของตัวแปรที่เป็นอักขระ
You have to log in to edit this translation.
|
|||
Finds whether a variable is a number or a numeric string | หาตัวแปรที่เป็นตัวเลข | Details | |
Finds whether a variable is a number or a numeric string หาตัวแปรที่เป็นตัวเลข
You have to log in to edit this translation.
|
|||
Finds whether a variable is NULL | หาตัวแปรที่เป็น NULL | Details | |
Finds whether a value is not a number | หาชนิดของตัวแปรที่ไม่ใช่ตัวเลข | Details | |
Finds whether a value is not a number หาชนิดของตัวแปรที่ไม่ใช่ตัวเลข
You have to log in to edit this translation.
|
|||
Finds whether the type of a variable is float | หาชนิดของตัวแปรที่เป็น float | Details | |
Finds whether the type of a variable is float หาชนิดของตัวแปรที่เป็น float
You have to log in to edit this translation.
|
|||
Determine whether a variable is considered to be empty | ตรวจสอบตัวแปรว่าเป็นค่าว่าง | Details | |
Determine whether a variable is considered to be empty ตรวจสอบตัวแปรว่าเป็นค่าว่าง
You have to log in to edit this translation.
|
|||
Get the integer value of a variable | รับค่าจำนวนเต็มของตัวแปร | Details | |
Get the integer value of a variable รับค่าจำนวนเต็มของตัวแปร
You have to log in to edit this translation.
|
|||
Join array elements with a string | เชื่อมค่าในอาร์เรย์ด้วยสตริง | Details | |
Join array elements with a string เชื่อมค่าในอาร์เรย์ด้วยสตริง
You have to log in to edit this translation.
|
|||
Conditional processing | การประมวลผลตามเงื่อนไข | Details | |
Format a local time/date as integer | รูปแบบ เวลา/วันที่ท้องถิ่น เป็นจำนวนเต็ม | Details | |
Format a local time/date as integer รูปแบบ เวลา/วันที่ท้องถิ่น เป็นจำนวนเต็ม
You have to log in to edit this translation.
|
|||
Convert special HTML entities back to characters (always uses ENT_QUOTES and UTF-8) | แปลงหน่วย HTML พิเศษกลับไปที่ตัวอักษร (มักจะใช้ ENT_QUOTES และ UTF-8) | Details | |
Convert special HTML entities back to characters (always uses ENT_QUOTES and UTF-8) แปลงหน่วย HTML พิเศษกลับไปที่ตัวอักษร (มักจะใช้ ENT_QUOTES และ UTF-8)
You have to log in to edit this translation.
|
Export as