| 
 | PDO::pgsqlLOBOpenOpens an existing large object stream Description
   public resource PDO::pgsqlLOBOpen
    ( string  $oid[, string$mode= "rb"
  ] )
   PDO::pgsqlLOBOpen opens a stream to access the data
   referenced by  
 Parameters
 
 Return Values
   Returns a stream resource on success or  Examples
 Example #1 A PDO::pgsqlLOBOpen example Following on from the PDO::pgsqlLOBCreate example, this code snippet retrieves the large object from the database and outputs it to the browser. 
<?phpSee Also
 
 |