×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
この関数は、与えられたプロパティ property が 指定されたクラスに存在するかどうかを確認します。 注意: isset() とは対照的に ...
function_exists(string $function ): bool 組み込みの内部関数およびユーザー定義関数の中から、 function で指定した名前の関数を探します。
method_exists(object|string $object_or_class , string $method ): bool 指定した object_or_class にクラスメソッドが存在するかどうかを調べます。
参考 ¶. function_exists() - 指定した関数が定義されている場合に true を返す; enum_exists() - 列挙型が定義されているかを調べる ...
2021/01/24 · array_key_exists はキーが定義されているかどうかのみを判断します。 isset はキーが定義されているか、また値が null ではないかを判断します。 empty ...
“item”は tal:repeat 式の中で戻り値として定義された変数です。 多くの場合 tal:repeat は何かしらのSQLの結果に対して利用します。 以下のコードは playersRanking ...
2017/09/19 · ... item is selected" なので関数名は item.isSelected() となります。 同様に「項目が存在したら」なら "if item exists" なので item.exists() となります ...
コレクションの拡張Extending Collections help. コレクションは「マクロ化可能」であり、実行時に Collection クラスへメソッドを追加できます。
* Each array element represents the translation (value) of a message (key). * If the value is empty, the message is considered as not translated.
The Lang class allows you to set language variables using language files in your application. The default language, which is en , is set in app/config/config.