PHP Doku:: Compares two LOB/FILE locators for equality - function.oci-lob-is-equal.html

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenOracle OCI8OCI8 Funktionenoci_lob_is_equal

Ein Service von Reinhard Neidl - Webprogrammierung.

OCI8 Funktionen

<<OCI-Lob->import

OCI-Lob->load>>

oci_lob_is_equal

(PHP 5, PECL OCI8 >= 1.1.0)

oci_lob_is_equalCompares two LOB/FILE locators for equality

Beschreibung

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

Compares two LOB/FILE locators.

Parameter-Liste

lob1

A LOB identifier.

lob2

A LOB identifier.

Rückgabewerte

Returns TRUE if these objects are equal, FALSE otherwise.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)