5726 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::isDefaultValueConstant
|
詳細
|
1. このパラメータのデフォルト値が定数かどうかを返す
|
|
5727 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::isOptional
|
詳細
|
1. 省略可能であるかどうかを調べる
|
|
5728 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::isPassedByReference
|
詳細
|
1. 参照渡しかどうかを調べる
|
|
5729 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::isVariadic
|
詳細
|
1. 引数が可変長の個数であるかをチェックする
|
|
5730 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::__clone
|
詳細
|
1. クローンする
|
|
スポンサー
|
5731 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::__construct
|
詳細
|
1. コンストラクタ
|
|
5732 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::__toString
|
詳細
|
1. 文字列に変換する
|
|
5733 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::export
|
詳細
|
1. エクスポートする
|
|
5734 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::getAttributes
|
詳細
|
1. アトリビュートを取得する
|
|
5735 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::getDeclaringClass
|
詳細
|
1. 宣言しているクラスを取得する
|
|
スポンサー
|
5736 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::getDefaultValue
|
詳細
|
1. プロパティで宣言されたデフォルト値を返す
|
|
5737 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::getDocComment
|
詳細
|
1. プロパティのドキュメントコメントを取得する
|
|
5738 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::getModifiers
|
詳細
|
1. プロパティの修飾子を取得する
|
|
5739 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::getName
|
詳細
|
1. プロパティ名を取得する
|
|
5740 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::getType
|
詳細
|
1. プロパティの型を取得する
|
|
スポンサー
|
5741 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::getValue
|
詳細
|
1. 値を取得する
|
|
5742 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::hasDefaultValue
|
詳細
|
1. デフォルト値が宣言されているかをチェックする
|
|
5743 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::hasType
|
詳細
|
1. プロパティが型を持つかをチェックする
|
|
5744 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::isDefault
|
詳細
|
1. デフォルトプロパティであるかどうかを調べる
|
|
5745 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::isInitialized
|
詳細
|
1. プロパティが初期化されているかをチェックする
|
|
スポンサー
|
5746 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::isPrivate
|
詳細
|
1. private プロパティであるかどうかを調べる
|
|
5747 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::isPromoted
|
詳細
|
1. プロパティがコンストラクタの引数から昇格したものかを調べる
|
|
5748 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::isProtected
|
詳細
|
1. protected プロパティであるかどうかを調べる
|
|
5749 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::isPublic
|
詳細
|
1. public プロパティであるかどうかを調べる
|
|
5750 |
PHPの関数・メソッドの単語集 |
|
ReflectionProperty::isReadOnly
|
詳細
|
1. プロパティが readonly かを調べる
|
|
スポンサー
|