男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站

Ds\Vector::set

(PECL ds >= 1.0.0)

Ds\Vector::setUpdates a value at a given index

說(shuō)明

public Ds\Vector::set(int $index, mixed $value): void

Updates a value at a given index.

參數

index

The index of the value to update.

value

The new value.

返回值

沒(méi)有返回值。

錯誤/異常

OutOfRangeException if the index is not valid.

范例

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

<?php
$vector 
= new \Ds\Vector(["a""b""c"]);

$vector->set(1"_");
print_r($vector);
?>

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

Ds\Vector Object
(
    [0] => a
    [1] => _
    [2] => c
)

示例 #2 Ds\Vector::set() example using array syntax

<?php
$vector 
= new \Ds\Vector(["a""b""c"]);

$vector[1] = "_";
print_r($vector);
?>

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

Ds\Vector Object
(
    [0] => a
    [1] => _
    [2] => c
)
男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站