|
PDO::pgsqlLOBUnlink
Deletes the large object
()
Example 1988. A PDO::pgsqlLOBUnlink() exampleThis 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. <?php |