PHP » GoLang |
login |
register |
about
|
GoLang PDO::pgsqlLOBUnlink
request it (414)
GoLang replacement for PHP's PDO::pgsqlLOBUnlink
[edit | history]
PDO::pgsqlLOBUnlink(PHP 5 >= 5.1.2, PHP 7, PECL pdo_pgsql >= 1.0.2) PDO::pgsqlLOBUnlink — Deletes 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.
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|