The OCI-Collection class

(PHP 5, PHP 7, 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