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。