| Prio | Original string | Translation | — |
|---|---|---|---|
| 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.
|
|||
| Convert special characters to HTML entities (always uses ENT_QUOTES and UTF-8) | 特殊文字を HTML エンティティに変換する(常に ENT_QUOTES と UTF-8 を使用) | Details | |
|
Convert special characters to HTML entities (always uses ENT_QUOTES and UTF-8) 特殊文字を HTML エンティティに変換する(常に ENT_QUOTES と UTF-8 を使用)
You have to log in to edit this translation.
|
|||
| Convert all applicable characters to HTML entities (always uses ENT_QUOTES and UTF-8) | すべての適用可能な文字を HTML エンティティに変換する(常に ENT_QUOTES と UTF-8を使用) | Details | |
|
Convert all applicable characters to HTML entities (always uses ENT_QUOTES and UTF-8) すべての適用可能な文字を HTML エンティティに変換する(常に ENT_QUOTES と UTF-8を使用)
You have to log in to edit this translation.
|
|||
| Convert all HTML entities to their applicable characters (always uses ENT_QUOTES and UTF-8) | すべてのHTMLエンティティを適用可能な文字に変換する(常に ENT_QUOTES と UTF-8 を使用) | Details | |
|
Convert all HTML entities to their applicable characters (always uses ENT_QUOTES and UTF-8) すべてのHTMLエンティティを適用可能な文字に変換する(常に ENT_QUOTES と UTF-8 を使用)
You have to log in to edit this translation.
|
|||
| Format a GMT date/time | GMT 日時に書式を適用する | Details | |
| Round fractions down | 分数の切り下げ | Details | |
| Display numbers with comma as decimal separator, if needed | 必要であれば、数字をカンマで桁区切りして表示する | Details | |
|
Display numbers with comma as decimal separator, if needed 必要であれば、数字をカンマで桁区切りして表示する
You have to log in to edit this translation.
|
|||
| Calculates the exponent of e | eの指数を計算する | Details | |
Export as