collection->assignElem
(no version information, might be only in CVS)
collection->assignElem -- Assigns a value to the element of the collection
Description
bool
collection->assignElem ( int index, mixed value)
Assigns a value to the element with index index.
Parameter value can be a string or a number.
성공일 경우 TRUE를, 실패일 경우 FALSE를 반환합니다.