| Prio | Original string | Translation | — |
|---|---|---|---|
| Format a number with grouped thousands | 数値を 1000 単位でグループ化する書式に | Details | |
|
Format a number with grouped thousands 数値を 1000 単位でグループ化する書式に
You have to log in to edit this translation.
|
|||
| Inserts HTML line breaks before all newlines in a string | 改行文字の前にHTMLの改行タグを挿入する | Details | |
|
Inserts HTML line breaks before all newlines in a string 改行文字の前にHTMLの改行タグを挿入する
You have to log in to edit this translation.
|
|||
| Get UNIX timestamp for a date (each of the 6 arguments are optional) | UNIX タイムスタンプを日付として取得する ( 6 つの引数のそれぞれはオプションです ) | Details | |
|
Get UNIX timestamp for a date (each of the 6 arguments are optional) UNIX タイムスタンプを日付として取得する ( 6 つの引数のそれぞれはオプションです )
You have to log in to edit this 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 | 複数の値をコンマ区切りのリストで返す | Details | |
|
Return comma-separated list of values 複数の値をコンマ区切りのリストで返す
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 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 | |
| Join array elements with a string | 表の要素を文字列結合する | Details | |
Export as