|
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 before deleting the row that references it. It uses the blobs table from the Pdo\Pgsql::lobCreate and Pdo\Pgsql::lobOpen examples. See Also
|