API Reference Document
« oci_unregister_taf_callback
OCI-Collection::append »
PHP Manual
OCI8
The OCI-Collection class
The OCI-Collection class
(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
简介
OCI8 Collection functionality.
类摘要
OCI-Collection
{
/* 方法 */
append
(
mixed
$value
) :
bool
assign
(
OCI-Collection
$from
) :
bool
assignElem
(
int
$index
,
mixed
$value
) :
bool
free
(
void
) :
bool
getElem
(
int
$index
) :
mixed
max
(
void
) :
int
size
(
void
) :
int
trim
(
int
$num
) :
bool
}
Table of Contents
OCI-Collection::append
— Appends element to the collection
OCI-Collection::assign
— Assigns a value to the collection from another existing collection
OCI-Collection::assignElem
— Assigns a value to the element of the collection
OCI-Collection::free
— Frees the resources associated with the collection object
OCI-Collection::getElem
— Returns value of the element
OCI-Collection::max
— Returns the maximum number of elements in the collection
OCI-Collection::size
— Returns size of the collection
OCI-Collection::trim
— Trims elements from the end of the collection