5576 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isEnum
|
詳細
|
1. 列挙型であるかどうかを返す
|
|
5577 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isFinal
|
詳細
|
1. final クラスであるかどうかを調べる
|
|
5578 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isInstance
|
詳細
|
1. クラスのインスタンスであるかどうかを調べる
|
|
5579 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isInstantiable
|
詳細
|
1. クラスのインスタンス化が可能であるかどうかを調べる
|
|
5580 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isInterface
|
詳細
|
1. このクラスがインターフェイスであるかどうかを調べる
|
|
スポンサー
|
5581 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isInternal
|
詳細
|
1. 拡張モジュールあるいはコアで定義された内部クラスであるかどうかを調べる
|
|
5582 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isIterable
|
詳細
|
1. このクラスがイテレーション可能かを調べる
|
|
5583 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isIterateable
|
詳細
|
1. のエイリアス ReflectionClass::isIterable
|
|
5584 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isReadOnly
|
詳細
|
1. クラスが readonly かを調べる
|
|
5585 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isSubclassOf
|
詳細
|
1. サブクラスであるかどうかを調べる
|
|
スポンサー
|
5586 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isTrait
|
詳細
|
1. トレイトであるかどうかを返す
|
|
5587 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::isUserDefined
|
詳細
|
1. ユーザー定義であるかどうかを調べる
|
|
5588 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::newInstance
|
詳細
|
1. 指定した引数でクラスの新しいインスタンスを作成する
|
|
5589 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::newInstanceArgs
|
詳細
|
1. 指定した引数でクラスの新しいインスタンスを作成する
|
|
5590 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::newInstanceWithoutConstructor
|
詳細
|
1. コンストラクタを起動せずに新しいクラスのインスタンスを作成する
|
|
スポンサー
|
5591 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::setStaticPropertyValue
|
詳細
|
1. staticプロパティの値を設定する
|
|
5592 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::__construct
|
詳細
|
1. ReflectionClass を作成する
|
|
5593 |
PHPの関数・メソッドの単語集 |
|
ReflectionClass::__toString
|
詳細
|
1. ReflectionClass オブジェクトの文字列表現を返す
|
|
5594 |
PHPの関数・メソッドの単語集 |
|
ReflectionClassConstant::export
|
詳細
|
1. リフレクションをエクスポートする
|
|
5595 |
PHPの関数・メソッドの単語集 |
|
ReflectionClassConstant::getAttributes
|
詳細
|
1. アトリビュートを取得する
|
|
スポンサー
|
5596 |
PHPの関数・メソッドの単語集 |
|
ReflectionClassConstant::getDeclaringClass
|
詳細
|
1. 定数を宣言しているクラスを取得する
|
|
5597 |
PHPの関数・メソッドの単語集 |
|
ReflectionClassConstant::getDocComment
|
詳細
|
1. クラス定数のドキュメントコメントを取得する
|
|
5598 |
PHPの関数・メソッドの単語集 |
|
ReflectionClassConstant::getModifiers
|
詳細
|
1. クラス定数の修飾子を取得する
|
|
5599 |
PHPの関数・メソッドの単語集 |
|
ReflectionClassConstant::getName
|
詳細
|
1. 定数名を取得する
|
|
5600 |
PHPの関数・メソッドの単語集 |
|
ReflectionClassConstant::getValue
|
詳細
|
1. 値を取得する
|
|
スポンサー
|