欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放

Ds\Vector::merge

(PECL ds >= 1.0.0)

Ds\Vector::mergeReturns the result of adding all given values to the vector

說(shuō)明

public Ds\Vector::merge(mixed $values): Ds\Vector

Returns the result of adding all given values to the vector.

參數

values

A traversable object or an array.

返回值

The result of adding all given values to the vector, effectively the same as adding the values to a copy, then returning that copy.

注意:

The current instance won't be affected.

范例

示例 #1 Ds\Vector::merge() example

<?php
$vector 
= new \Ds\Vector([123]);

var_dump($vector->merge([456]));
var_dump($vector);
?>

以上例程的輸出類(lèi)似于:

object(Ds\Vector)#2 (6) {
  [0]=>
  int(1)
  [1]=>
  int(2)
  [2]=>
  int(3)
  [3]=>
  int(4)
  [4]=>
  int(5)
  [5]=>
  int(6)
}
object(Ds\Vector)#1 (3) {
  [0]=>
  int(1)
  [1]=>
  int(2)
  [2]=>
  int(3)
}
欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放