5551 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getMethod
|
詳細
|
1. クラスメソッドの ReflectionMethod を取得する
|
|
5552 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getMethods
|
詳細
|
1. メソッドの配列を取得する
|
|
5553 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getModifiers
|
詳細
|
1. クラス修飾子を取得する
|
|
5554 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getName
|
詳細
|
1. クラスの名前を取得する
|
|
5555 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getNamespaceName
|
詳細
|
1. 名前空間の名前を取得する
|
|
スポンサー
|
5556 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getParentClass
|
詳細
|
1. 親クラスを取得する
|
|
5557 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getProperties
|
詳細
|
1. プロパティを取得する
|
|
5558 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getProperty
|
詳細
|
1. クラスのプロパティを表す ReflectionProperty を取得する
|
|
5559 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getReflectionConstant
|
詳細
|
1. クラス定数の ReflectionClassConstant を取得する
|
|
5560 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getReflectionConstants
|
詳細
|
1. クラス定数を取得する
|
|
スポンサー
|
5561 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getShortName
|
詳細
|
1. 短い名前を取得する
|
|
5562 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getStartLine
|
詳細
|
1. 開始行を取得する
|
|
5563 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getStaticProperties
|
詳細
|
1. staticプロパティを取得する
|
|
5564 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getStaticPropertyValue
|
詳細
|
1. staticプロパティの値を取得する
|
|
5565 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getTraitAliases
|
詳細
|
1. トレイトのエイリアスの配列を返す
|
|
スポンサー
|
5566 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getTraitNames
|
詳細
|
1. このクラスが使うトレイトの名前の配列を返す
|
|
5567 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::getTraits
|
詳細
|
1. このクラスが使うトレイトの配列を返す
|
|
5568 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::hasConstant
|
詳細
|
1. 定数が定義されているかどうかを調べる
|
|
5569 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::hasMethod
|
詳細
|
1. メソッドが定義されているかどうかを調べる
|
|
5570 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::hasProperty
|
詳細
|
1. プロパティが定義されているかどうかを調べる
|
|
スポンサー
|
5571 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::implementsInterface
|
詳細
|
1. インターフェイスの実装を調べる
|
|
5572 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::inNamespace
|
詳細
|
1. 名前空間内にあるかどうかを調べる
|
|
5573 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isAbstract
|
詳細
|
1. 抽象クラスであるかどうかを調べる
|
|
5574 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isAnonymous
|
詳細
|
1. クラスが無名クラスかを調べる
|
|
5575 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isCloneable
|
詳細
|
1. このクラスがクローン可能かどうかを返す
|
|
スポンサー
|