Results of 1 - 10 of about 11 for ReflectionUnionType (0.002 sec.)
- ReflectionUnionType クラス 13211
- « ReflectionType::__toString ReflectionUnionType::getTypes » PHP Manual リフレクション ReflectionUnionType
...
nUnionType クラス ReflectionUnionType クラス (PHP 8) はじめに クラス概要 class Reflectio ...
ublic ReflectionType::__toString (): string } 目次 ReflectionUnionType::getTypes — union 型に含まれる型を返す。 関連キーワ ...
ード: ReflectionUnionType , クラス , ReflectionType , getTypes , public , to ...
-
https://man.plustar.jp/php/class.reflectionuniontype.html
- [similar]
- union 型に含まれる型を返す。 11896
- « ReflectionUnionType ReflectionGenerator » PHP Manual ReflectionUnionType union 型に含まれる型を
...
返す。 ReflectionUnionType::getTypes (PHP 8) ReflectionUnionType::getTypes — ...
union 型に含まれる型を返す。 説明 public ReflectionUnionType::getTypes (): array union 型に含まれるリフレクショ ...
flectionType オブジェクトの配列を返します。 例 例1 ReflectionUnionType::getTypes() の例 <?php function someFunction ( int ...
ype() - 引数の型を取得する 関連キーワード: union , ReflectionUnionType , 型 , getTypes , ReflectionNamedType , array , パ ...
-
https://man.plustar.jp/php/reflectionuniontype.gettypes.html
- [similar]
- 文字列に変換する 8553
- « ReflectionType::allowsNull ReflectionUnionType » PHP Manual ReflectionType 文字列に変換する Re
...
pe::allowsNull() - null が許されるかをチェックする ReflectionUnionType::getTypes() - union 型に含まれる型を返す。 Reflect ...
-
https://man.plustar.jp/php/reflectiontype.tostring.html
- [similar]
- 変数・データ型関連 8446
- « 変更履歴 配列 » PHP Manual 関数リファレンス 変数・データ型関連 変数・データ型関連 配列 はじめに
...
erty クラス ReflectionType — ReflectionType クラス ReflectionUnionType — ReflectionUnionType クラス ReflectionGenerator — ...
-
https://man.plustar.jp/php/refs.basic.vartype.html
- [similar]
- 引数の型を取得する 8339
- « ReflectionParameter::getPosition ReflectionParameter::hasType » PHP Manual ReflectionParameter
...
.0 以降では、このメソッドは ReflectionNamedType や ReflectionUnionType のインスタンスを返す可能性があります。 後者は前者の ...
ype ) return []; return $reflectionType instanceof ReflectionUnionType ? $reflectionType -> getTypes () : [ $reflectionTy ...
-
https://man.plustar.jp/php/reflectionparameter.gettype.html
- [similar]
- ReflectionType クラス 8019
- « ReflectionProperty::__toString ReflectionType::allowsNull » PHP Manual リフレクション Reflecti
...
されています。 ReflectionNamedType (PHP 7.1.0 以降) ReflectionUnionType (PHP 8.0.0 以降) ReflectionIntersectionType (PHP 8 ...
-
https://man.plustar.jp/php/class.reflectiontype.html
- [similar]
- ReflectionGenerator クラス 7966
- « ReflectionUnionType::getTypes ReflectionGenerator::__construct » PHP Manual リフレクション Ref
...
-
https://man.plustar.jp/php/class.reflectiongenerator.html
- [similar]
- リフレクション 7912
- « unregister_tick_function はじめに » PHP Manual 変数・データ型関連 リフレクション リフレクション
...
クする ReflectionType::__toString — 文字列に変換する ReflectionUnionType — ReflectionUnionType クラス ReflectionUnionType:: ...
-
https://man.plustar.jp/php/book.reflection.html
- [similar]
- 配列を受け取るパラメータであるかどうかを調べる 7912
- « ReflectionParameter::hasType ReflectionParameter::isCallable » PHP Manual ReflectionParameter
...
return false ; $types = $reflectionType instanceof ReflectionUnionType ? $reflectionType -> getTypes () : [ $reflectionTy ...
-
https://man.plustar.jp/php/reflectionparameter.isarray.html
- [similar]
- パラメータが callable かどうかを返す 7912
- « ReflectionParameter::isArray ReflectionParameter::isDefaultValueAvailable » PHP Manual Reflect
...
return false ; $types = $reflectionType instanceof ReflectionUnionType ? $reflectionType -> getTypes () : [ $reflectionTy ...
-
https://man.plustar.jp/php/reflectionparameter.iscallable.html
- [similar]