Results of 1 - 10 of about 29 for union (0.005 sec.)
- 配列演算子 12187
- « 文字列演算子 型演算子 » PHP Manual 演算子 配列演算子 配列演算子 Array Operators 例 名前 結果 $
...
strawberry" , "c" => "cherry" ); $c = $a + $b ; // Union of $a and $b echo "Union of \$a and \$b: \n" ; var ...
_dump ( $c ); $c = $b + $a ; // Union of $b and $a echo "Union of \$b and \$a: \n" ; var ...
_dump ( $c ); $a += $b ; // Union of $a += $b is $a and $b echo "Union of \$a += \$b ...
のスクリプトを実行すると、以下のように出力されます。 Union of $a and $b: array(3) { ["a"]=> string(5) "apple" ...
-
https://man.plustar.jp/php/language.operators.array.html
- [similar]
- Creates a new set using values from the current instance and another set 12122
- « Ds\Set::toArray Ds\Set::xor » PHP Manual Set Creates a new set using values from the current i
...
nstance and another set Ds\Set::union (PECL ds >= 1.0.0) Ds\Set::union — Creates a new s ...
rrent instance and another set 説明 public Ds\Set::union ( Ds\Set $set ): Ds\Set Creates a new set that con ...
rrent instance as well as another set . See Also » Union on Wikipedia 例 例1 Ds\Set::union() example <?php ...
= new \ Ds \ Set ([ 3 , 4 , 5 ]); var_dump ( $a -> union ( $b )); ?> 上の例の出力は、 たとえば以下のようにな ...
-
https://man.plustar.jp/php/ds-set.union.html
- [similar]
- Creates a new map using values from the current instance and another map 11682
- « Ds\Map::toArray Ds\Map::values » PHP Manual Map Creates a new map using values from the curren
...
t instance and another map Ds\Map::union (PECL ds >= 1.0.0) Ds\Map::union — Creates a new m ...
rrent instance and another map 説明 public Ds\Map::union ( Ds\Map $map ): Ds\Map Creates a new map that con ...
rrent instance as well as another map . See Also » Union on Wikipedia 例 例1 Ds\Map::union() example <?php ...
"b" => 3 , "c" => 4 , "d" => 5 ]); print_r ( $a -> union ( $b )); ?> 上の例の出力は、 たとえば以下のようにな ...
-
https://man.plustar.jp/php/ds-map.union.html
- [similar]
- 型宣言 11486
- « コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、
...
thrown in - on line 2 mixed 型 mixed 型は、 以下の union 型 と同等です。 object | resource | array | string ...
型を組み合わせることができます: 単一の型の集合を表す union型。 PHP 8.0.0 以降で利用可能です。 クラス/インターフ ...
差型。 PHP 8.1.0 以降で利用可能です。 警告 交差型 を union型 と組み合わせて使うことはできません。 union 型 型を ...
union として宣言すると、ひとつではなく、 複数の異なる型を ...
-
https://man.plustar.jp/php/language.types.declarations.html
- [similar]
- union 型に含まれる型を返す。 10670
- « ReflectionUnionType ReflectionGenerator » PHP Manual ReflectionUnionType union 型に含まれる型を
...
返す。 ReflectionUnionType::getTypes (PHP 8) ReflectionUnionType::getType ...
s — union 型に含まれる型を返す。 説明 public ReflectionUnion ...
Type::getTypes (): array union 型に含まれるリフレクションの型を返します。 パラメー ...
pe オブジェクトの配列を返します。 例 例1 ReflectionUnionType::getTypes() の例 <?php function someFunction ( ...
-
https://man.plustar.jp/php/reflectionuniontype.gettypes.html
- [similar]
- Converts the set to an array 8467
- « Ds\Set::sum Ds\Set::union » PHP Manual Set Converts the set to an array Ds\Set::toArray (PECL
...
ts , Set , Ds , the , toArray , int , パラメータ , union , public ...
-
https://man.plustar.jp/php/ds-set.toarray.html
- [similar]
- The Set class 7831
- « Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers
...
um (): int | float public toArray (): array public union ( Ds\Set $set ): Ds\Set public xor ( Ds\Set $set ) ...
et::toArray — Converts the set to an array Ds\Set::union — Creates a new set using values from the current ...
-
https://man.plustar.jp/php/class.ds-set.html
- [similar]
- ReflectionUnionType クラス 7766
- « ReflectionType::__toString ReflectionUnionType::getTypes » PHP Manual リフレクション Reflectio
...
nUnionType クラス ReflectionUnionType クラス (PHP 8) はじ ...
めに クラス概要 class ReflectionUnionType extends ReflectionType { /* メソッド */ public ...
ectionType::__toString (): string } 目次 ReflectionUnionType::getTypes — union 型に含まれる型を返す。 関連キ ...
ーワード: ReflectionUnionType , クラス , ReflectionType , getTypes , public ...
-
https://man.plustar.jp/php/class.reflectionuniontype.html
- [similar]
- The Map class 7701
- « Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N
...
um (): int | float public toArray (): array public union ( Ds\Map $map ): Ds\Map public values (): Ds\Seque ...
ap::toArray — Converts the map to an array Ds\Map::union — Creates a new map using values from the current ...
-
https://man.plustar.jp/php/class.ds-map.html
- [similar]
- Converts the map to an array 7586
- « Ds\Map::sum Ds\Map::union » PHP Manual Map Converts the map to an array Ds\Map::toArray (PECL
...
-
https://man.plustar.jp/php/ds-map.toarray.html
- [similar]