PHP Doku:: Tests for end-of-file on a large object s descriptor - function.oci-lob-eof.html

Verlauf / Chronik / History: (21) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenOracle OCI8OCI8 FunktionenOCI-Lob->eof

Ein Service von Reinhard Neidl - Webprogrammierung.

OCI8 Funktionen

<<oci_lob_copy

OCI-Lob->erase>>

OCI-Lob->eof

(PHP 5, PECL OCI8 >= 1.1.0)

OCI-Lob->eofTests for end-of-file on a large object's descriptor

Beschreibung

bool OCI-Lob::eof ( void )

Tells whether the internal pointer of large object is at the end of LOB.

Rückgabewerte

Returns TRUE if internal pointer of large object is at the end of LOB. Otherwise returns FALSE.

Siehe auch


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
rootmj_konf at seznam dot cz
5.12.2006 17:55
foreach (get_class_methods('OCI-Lob') as $method ) {
    echo "OCI-Lob::$method()\n";
}

http://www.oracle.com/technology/pub/articles/
oracle_php_cookbook/fuecks_lobs.html



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",...)