★ wanayoo — archive 1999 http://www.php.net/manual/it/function.pg-loopen.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to PostgreSQL
Quick Reference
English version of this pageGerman version of this pageJapanese version of this pageFrench version of this pageHungarian version of this page
PostgreSQL
* pg_Close
* pg_cmdTuples
* pg_Connect
* pg_DBname
* pg_ErrorMessage
* pg_Exec
* pg_Fetch_Array
* pg_Fetch_Object
* pg_Fetch_Row
* pg_FieldIsNull
* pg_FieldName
* pg_FieldNum
* pg_FieldPrtLen
* pg_FieldSize
* pg_FieldType
* pg_FreeResult
* pg_GetLastOid
* pg_Host
* pg_loclose
* pg_locreate
* pg_loexport
* pg_loimport
* pg_loopen
* pg_loread
* pg_loreadall
* pg_lounlink
* pg_lowrite
* pg_NumFields
* pg_NumRows
* pg_Options
* pg_pConnect
* pg_Port
* pg_Result
* pg_trace
* pg_tty
* pg_untrace
Manual: pg_loopen
View the source code for this pageSearch the site



Previous page
 pg_loimport
 Updated
Sun, 06 Aug 2000
pg_loread 
Next page


pg_loopen

(PHP3 , PHP4 )

pg_loopen -- apre un large object

Descrizione

int pg_loopen (int conn, int objoid, string mode)

pg_loopen() apre un Inversion Large Object e restituisce un descrittore del file del large object. Il descrittore del file incapsula le informazioni riguardanti la connessione. Non chiudete la connessione prima di chiudere il descrittore del file del large object. objoid specifica un valido large object oid e mode puņ essere "r", "w", o "rw".


User Contributed Notes: pg_loopen


brian@cybernaut.com
14-Apr-2000 01:04
Little known fact (to me, at least): blob function calls (e.g., pg_loopen(), pg_lowrite(), etc.) must be made during a pending transaction, so pg_exec($conn, "BEGIN") and pg_exec($conn, "COMMIT") are required.


 About Notes


Previous page
 pg_loimport
 Updated
Sun, 06 Aug 2000
pg_loread 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.