downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

OCI-Lob->writeTemporary> <OCI-Lob->truncate
Last updated: Fri, 14 Aug 2009

view this page in

OCI-Lob->write

(PHP 5, PECL oci8 >= 1.1.0)

OCI-Lob->writeÉcrit des données dans un LOB Oracle

Description

OCI-Lob
int write ( string $data [, int $length ] )

Écrit les données de la variable data à la position courante du LOB.

Liste de paramètres

data

Les données à écrire dans le LOB.

length

Si ce paramètre est fourni, l'écriture s'arrêtera après length octets, ou à la fin de la variable data .

Valeurs de retour

Retourne le nombre d'octets écrits, ou FALSE si une erreur survient.

Voir aussi



add a note add a note User Contributed Notes
OCI-Lob->write
There are no user contributed notes for this page.

OCI-Lob->writeTemporary> <OCI-Lob->truncate
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites