|
Pdo\Pgsql::lobUnlinkDeletes the large object Description
public bool Pdo\Pgsql::lobUnlink(string
$oid )Deletes a large object from the database identified by OID.
Parameters
Return Values
Returns ExamplesExample #1 Pdo\Pgsql::lobUnlink example This example unlinks a large object from the database prior to deleting the row that references it from the blobs table are used in the examples of Pdo\Pgsql::lobCreate and Pdo\Pgsql::lobOpen.
See Also
|