|
PHP5中文手册
OCI-Collection->assignElem(No version information available, might be only in CVS) OCI-Collection->assignElem — Assigns a value to the element of the collection 说明OCI-Collection
bool assignElem
( int $index
, mixed $value
)
Assigns a value to the element with index index . 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |