| 
 | PDO::pgsqlLOBUnlinkDeletes the large object Description
   public bool PDO::pgsqlLOBUnlink
    ( string  $oid)Deletes a large object from the database identified by OID. 
 Parameters
 
 Return Values
   Returns  Examples
 Example #1 A PDO::pgsqlLOBUnlink example This example unlinks a large object from the database prior to deleting the row that references it from the blobs table we've been using in our PDO::pgsqlLOBCreate and PDO::pgsqlLOBOpen examples. 
<?phpSee Also
 
 |