|
PDO::pgsqlLOBUnlinkDeletes the large object Beschreibung
public bool PDO::pgsqlLOBUnlink
( string
$oid
)Deletes a large object from the database identified by OID.
Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #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.
<?phpSiehe auch
|