5701 |
PHPの関数・メソッドの単語集 |
|
ReflectionMethod::isPublic
|
詳細
|
1. public メソッドであるかどうかを調べる
|
|
5702 |
PHPの関数・メソッドの単語集 |
|
ReflectionMethod::isStatic
|
詳細
|
1. staticメソッドであるかどうかを調べる
|
|
5703 |
PHPの関数・メソッドの単語集 |
|
ReflectionMethod::setAccessible
|
詳細
|
1. メソッドのアクセス範囲を設定する
|
|
5704 |
PHPの関数・メソッドの単語集 |
|
ReflectionMethod::__construct
|
詳細
|
1. ReflectionMethod を作成する
|
|
5705 |
PHPの関数・メソッドの単語集 |
|
ReflectionMethod::__toString
|
詳細
|
1. ReflectionMethod オブジェクトの文字列表現を返す
|
|
スポンサー
|
5706 |
PHPの関数・メソッドの単語集 |
|
ReflectionNamedType::getName
|
詳細
|
1. 型の名前の文字列を取得する
|
|
5707 |
PHPの関数・メソッドの単語集 |
|
ReflectionNamedType::isBuiltin
|
詳細
|
1. 組み込みの型であるかを調べる
|
|
5708 |
PHPの関数・メソッドの単語集 |
|
ReflectionObject::export
|
詳細
|
1. エクスポートする
|
|
5709 |
PHPの関数・メソッドの単語集 |
|
ReflectionObject::__construct
|
詳細
|
1. ReflectionObject を作成する
|
|
5710 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::allowsNull
|
詳細
|
1. null を許可するかどうかを調べる
|
|
スポンサー
|
5711 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::canBePassedByValue
|
詳細
|
1. このパラメータが値渡し可能かどうかを返す
|
|
5712 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::export
|
詳細
|
1. エクスポートする
|
|
5713 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::getAttributes
|
詳細
|
1. アトリビュートを取得する
|
|
5714 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::getClass
|
詳細
|
1. リフレクションされた ReflectionClass を取得する。
|
|
5715 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::getDeclaringClass
|
詳細
|
1. 宣言しているクラスを取得する
|
|
スポンサー
|
5716 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::getDeclaringFunction
|
詳細
|
1. 宣言している関数を取得する
|
|
5717 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::getDefaultValue
|
詳細
|
1. パラメータのデフォルト値を取得する
|
|
5718 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::getDefaultValueConstantName
|
詳細
|
1. デフォルト値が定数あるいは null の場合に、その定数名を返す
|
|
5719 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::getName
|
詳細
|
1. パラメータ名を取得する
|
|
5720 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::getPosition
|
詳細
|
1. パラメータの位置を取得する
|
|
スポンサー
|
5721 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::getType
|
詳細
|
1. 引数の型を取得する
|
|
5722 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::hasType
|
詳細
|
1. 引数が型を持つかを調べる
|
|
5723 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::isArray
|
詳細
|
1. 配列を受け取るパラメータであるかどうかを調べる
|
|
5724 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::isCallable
|
詳細
|
1. パラメータが callable かどうかを返す
|
|
5725 |
PHPの関数・メソッドの単語集 |
|
ReflectionParameter::isDefaultValueAvailable
|
詳細
|
1. デフォルト値が存在するかどうかを調べる
|
|
スポンサー
|