検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 46 for ReflectionMethod (0.014 sec.)
コンストラクタ 6239
« ReflectionParameter::__clone ReflectionParameter::export » PHP Manual ReflectionParameter コン ... ruct() - ReflectionFunction オブジェクトを作成する ReflectionMethod::__construct() - ReflectionMethod を作成する コンス ...
https://man.plustar.jp/php/reflectionparameter.construct.html - [similar]
ReflectionClass クラス 6209
« Reflection::getModifierNames ReflectionClass::__construct » PHP Manual リフレクション Reflecti ... filter = null ): array public getConstructor (): ? ReflectionMethod public getDefaultProperties (): array public getDo ... faces (): array public getMethod ( string $name ): ReflectionMethod public getMethods ( ? int $filter = null ): array ... 得する ReflectionClass::getMethod — クラスメソッドの ReflectionMethod を取得する ReflectionClass::getMethods — メソッドの ...
https://man.plustar.jp/php/class.reflectionclass.html - [similar]
ReflectionEnum クラス 6178
« ReflectionClassConstant::__toString ReflectionEnum::__construct » PHP Manual リフレクション Re ... array public ReflectionClass::getConstructor (): ? ReflectionMethod public ReflectionClass::getDefaultProperties (): a ... ublic ReflectionClass::getMethod ( string $name ): ReflectionMethod public ReflectionClass::getMethods ( ? int $filter ...
https://man.plustar.jp/php/class.reflectionenum.html - [similar]
ReflectionNamedType クラス 6148
« ReflectionMethod::__toString ReflectionNamedType::getName » PHP Manual リフレクション Reflecti ...
https://man.plustar.jp/php/class.reflectionnamedtype.html - [similar]
下位互換性のない変更点 6087
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更 ... erator を使うべきです。 Closure::fromCallable() や ReflectionMethod::getClosure() を使って メソッドから生成されたクロー ... wInstance($args) ReflectionFunction::invoke($args) ReflectionMethod::invoke($object, $args) は、以下のように変更されま ... nce(...$args) ReflectionFunction::invoke(...$args) ReflectionMethod::invoke($object, ...$args) PHP 7 と PHP 8 の間で互 ... ReflectionFunction::invoke($arg = null, ...$args) ReflectionMethod::invoke($object, $arg = null, ...$args) Reflection ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
関数に関連付けられた仮の戻り値の型を返す 6026
« ReflectionFunctionAbstract::getStaticVariables ReflectionFunctionAbstract::hasReturnType » PHP ... :getTentativeReturnType() の例 <?php $method = new ReflectionMethod (\ ArrayAccess ::class, 'offsetGet' ); var_dump ( ...
https://man.plustar.jp/php/reflectionfunctionabstract.gettentativereturntype.htm... - [similar]
戻り値の型を仮で宣言しているかを返す 6026
« ReflectionFunctionAbstract::hasReturnType ReflectionFunctionAbstract::inNamespace » PHP Manual ... :hasTentativeReturnType() の例 <?php $method = new ReflectionMethod (\ ArrayAccess ::class, 'offsetGet' ); var_dump ( ...
https://man.plustar.jp/php/reflectionfunctionabstract.hastentativereturntype.htm... - [similar]
ジェネレータの関数名を取得する 6026
« ReflectionGenerator::getExecutingLine ReflectionGenerator::getThis » PHP Manual ReflectionGene ... 場合は ReflectionFunction ですし、 メソッドの場合は ReflectionMethod になります。 例 例1 ReflectionGenerator::getFuncti ...
https://man.plustar.jp/php/reflectiongenerator.getfunction.html - [similar]
拡張 6010
« 例 Reflection » PHP Manual リフレクション 拡張 拡張 組み込みクラスの特別なバージョンを作成した ... ethod クラス */ class My_Reflection_Method extends ReflectionMethod { public $visibility = array(); public function __ ...
https://man.plustar.jp/php/reflection.extending.html - [similar]
ReflectionParameter クラス 5949
« ReflectionObject::export ReflectionParameter::allowsNull » PHP Manual リフレクション Reflectio ... を調べる際には、まず ReflectionFunction クラスまたは ReflectionMethod クラスのインスタンスを作成する必要があります。次に ...
https://man.plustar.jp/php/class.reflectionparameter.html - [similar]
PREV 1 2 3 4 5 NEXT