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

search for in the

OCI-Lob->setBuffering> <OCI-Lob->saveFile
Last updated: Fri, 03 Oct 2008

view this page in

OCI-Lob->seek

(No version information available, might be only in CVS)

OCI-Lob->seekDéplace le pointeur interne d'un LOB Oracle

Description

OCI-Lob
bool seek ( int $offset [, int $whence ] )

Déplace le pointeur interne d'un LOB Oracle.

Liste de paramètres

offset

Indique la distance de déplacement. Le type de déplacement est spécifié avec whence .

whence

Peut être une constante parmi :

  • OCI_SEEK_SET - déplace le pointeur à la position offset .
  • OCI_SEEK_CUR - ajoute offset octets à la position courante.
  • OCI_SEEK_END - ajoute offset octets à la fin du LOB (utilisez une valeur négative pour obtenir une position avant la fin du LOB).

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.



add a note add a note User Contributed Notes
OCI-Lob->seek
christopher dot jones at oracle dot com
25-Feb-2008 04:38
The default value for $whence is OCI_SEEK_SET.

OCI-Lob->setBuffering> <OCI-Lob->saveFile
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites