(PECL ds >= 1.0.0)
Ds\Deque::set — Updates a value at a given index
public Ds\Deque::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.
No value is returned.
OutOfRangeException if the index is not valid.
Example #1 Ds\Deque::set() example
The above example will output something similar to:
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/ds-deque.set.php