OCICollection 类

(PHP 5、PHP 7、PHP 8、PECL OCI8 >= 1.1.0)

简介

OCI8 集合功能。

注意:

在 PHP 8 OCI8 3.0.0 中,OCI-Collection 类已重命名为 OCICollection,以符合 PHP 命名规范。

类概要

class OCICollection {
/* 方法 */
public append(string $value): bool
public assign(OCICollection $from): bool
public assignElem(int $index, string $value): bool
public free(): bool
public getElem(int $index): string|float|null|false
public max(): int|false
public size(): int|false
public trim(int $num): bool
}

目录

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top