Forum und email

oci_lob_is_equal

(PHP 5, PECL oci8:1.1-1.2.4)

oci_lob_is_equal — Compares two LOB/FILE locators for equality

Descripción

bool oci_lob_is_equal ( OCI-Lob $lob1 , OCI-Lob $lob2 )

Compares two LOB/FILE locators.

Lista de parámetros

lob1

A LOB identifier.

lob2

A LOB identifier.

Valores retornados

Returns TRUE if these objects are equal, FALSE otherwise.