OCI-Collection->assignElem

(no version information, might be only in CVS)

OCI-Collection->assignElem -- 给 collection 中的单元赋值

说明

class OCI-Collection {

bool assignElem ( int index, mixed value )

}

给索引为 index 的单元赋值。value 参数可以是字符串或数字。

如果成功则返回 TRUE,失败则返回 FALSE

参数

index

value


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