PHP Doku:: Saves data to the large object - function.oci-lob-save.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

OCI8 Funktionen

<<OCI-Lob->rewind

OCI-Lob->saveFile>>

OCI-Lob->save

(PHP 5, PECL OCI8 >= 1.1.0)

OCI-Lob->saveSaves data to the large object

Beschreibung

bool OCI-Lob::save ( string $data [, int $offset ] )

Saves data to the large object.

Parameter-Liste

data

The data to be saved.

offset

Can be used to indicate offset from the beginning of the large object.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...

2.06.2006 0:23
If you are using Save() on an update statement, PHP will throw a warning similar to "OCILobWrite: OCI_INVALID_HANDLE..." if your update statement did not catch any rows with its where clause.



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