The OCI-Collection class

(PHP 5, PECL OCI8 >= 1.1.0)

簡介

OCI8 Collection functionality.

類別摘要

OCI-Collection {
/* 方法 */
bool append ( mixed $value )
bool assign ( OCI-Collection $from )
bool assignElem ( int $index , mixed $value )
bool free ( void )
mixed getElem ( int $index )
int max ( void )
int size ( void )
bool trim ( int $num )
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top