検索

phrase: max: clip:
target: order:
Results of 31 - 38 of about 38 for Reflection (0.010 sec.)
クラスを定義する拡張モジュールの名前を取得する 6808
« ReflectionClass::getExtension ReflectionClass::getFileName » PHP Manual ReflectionClass クラス ... を定義する拡張モジュールの名前を取得する ReflectionClass::getExtensionName (PHP 5, PHP 7, PHP 8) Refle ... を定義する拡張モジュールの名前を取得する 説明 public ReflectionClass::getExtensionName (): string | false クラスを ... ーザー定義のクラスの場合は false を返します。 例 例1 ReflectionClass::getExtensionName() の基本的な使用例 <?php $c ... lass = new ReflectionClass ( 'ReflectionClass' ); $extension = $class -> ...
https://man.plustar.jp/php/reflectionclass.getextensionname.html - [similar]
変更された関数 6698
« PHP 5.6.x で推奨されなくなる機能 新しい関数 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 変更 ... き込み完了まで待つようなブロックをしなくなりました。 Reflection ReflectionClass::newInstanceWithoutConstructor() で ...
https://man.plustar.jp/php/migration56.changed-functions.html - [similar]
ReflectionClass を作成する 6698
« ReflectionClass ReflectionClass::export » PHP Manual ReflectionClass ReflectionClass を作成する ... ReflectionClass::__construct (PHP 5, PHP 7, PHP 8) Reflection ... Class::__construct — ReflectionClass を作成する 説明 public ReflectionClass::__con ... struct ( object | string $objectOrClass ) 新しい ReflectionClass オブジェクトを作成します。 パラメータ objectO ... / 例外 リフレクションするクラスが存在しない場合、 ReflectionException がスローされます。 例 例1 ReflectionClass ...
https://man.plustar.jp/php/reflectionclass.construct.html - [similar]
ReflectionMethod を作成する 6635
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... する ReflectionMethod::__construct (PHP 5, PHP 7, PHP 8) Reflectio ... nMethod::__construct — ReflectionMethod を作成する 説明 public ReflectionMethod::__c ... ature (not supported with named arguments): public ReflectionMethod::__construct ( string $classMethod ) 新しい ... 。 エラー / 例外 指定したメソッドが存在しない場合に ReflectionException が発生します。 例 例1 ReflectionMethod::_ ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
ReflectionProperty オブジェクトを作成する 6635
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty Reflection ... ionProperty オブジェクトを作成する ReflectionProperty::__construct (PHP 5, PHP 7, PHP 8) Reflect ... ionProperty::__construct — ReflectionProperty オブジェクトを作成する 説明 public Reflect ... は設定しようとすると、 例外がスローされます。 例 例1 ReflectionProperty::__construct() の例 <?php class Str { publ ... ic $length = 5 ; } // ReflectionProperty クラスのインスタンスを作成します $prop = n ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
ReflectionClass クラス 6478
« Reflection::getModifierNames ReflectionClass::__construct » PHP Manual リフレクション Reflection ... onClass クラス ReflectionClass クラス (PHP 5, PHP 7, PHP 8) はじめに Reflect ... クラスについての情報を報告します。 クラス概要 class ReflectionClass implements Reflector { /* 定数 */ const int I ... filter = null ): array public getConstructor (): ? ReflectionMethod public getDefaultProperties (): array public ... tEndLine (): int | false public getExtension (): ? ReflectionExtension public getExtensionName (): string | fals ...
https://man.plustar.jp/php/class.reflectionclass.html - [similar]
下位互換性のない変更点 6368
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x へ ... ラーにならず、 Error 例外を投げるようになりました。 Reflection 拡張機能では、 リフレクションオブジェクトを取得でき ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]
関数・メソッド 6305
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... rait Componere\Abstract\Definition::getReflector - Reflection Componere\cast - Casting Componere\cast_by_ref - C ... tion Construction Componere\Method::getReflector - Reflection Componere\Method::setPrivate - Accessibility Modif ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
PREV 1 2 3 4 NEXT