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 | 複数の値をコンマ区切りのリストで返す | 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 | |
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