downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SplDoublyLinkedList::offsetUnset> <SplDoublyLinkedList::offsetGet
[edit] Last updated: Fri, 25 May 2012

view this page in

SplDoublyLinkedList::offsetSet

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::offsetSet指定した $index の値を $newval に設定する

説明

void SplDoublyLinkedList::offsetSet ( mixed $index , mixed $newval )

指定した index の値を newval に設定します。

パラメータ

index

設定したいインデックス。

newval

index の新しい値。

返り値

値を返しません。

エラー / 例外

index が範囲外を指すときや index が整数として解釈できないときに OutOfRangeException をスローします。



add a note add a note User Contributed Notes SplDoublyLinkedList::offsetSet
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites