位置: 编程技术 - 正文
推荐整理分享PHP:pg_lo_unlink()的用法_PostgreSQL函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.2.0, PHP 5)
pg_lo_unlink — 删除一个大型对象
说明 bool pg_lo_unlink ( resource $connection , int $oid )pg_lo_unlink() 删除由 oid 指定的大型对象。成功时返回 TRUE, 或者在失败时返回 FALSE。
要使用大型对象(lo)接口,需要将其放置在事务块中。
Note:
本函数以前的名字为 pg_lo_unlink()。
参数connection
PostgreSQL database connection resource. When connection is not present, the default connection is used. The default connection is the last connection made by pg_connect() or pg_pconnect().
oidThe OID of the large object in the database.
返回值成功时返回 TRUE, 或者在失败时返回 FALSE。
范例
Example #1 pg_lo_unlink() example
<?php//OIDofthelargeobjecttodelete$doc_oid=;$database=pg_connect("dbname=jacarta");pg_query($database,"begin");pg_lo_unlink($database,$doc_oid);pg_query($database,"commit");?> 参见pg_lo_create() - 新建一个大型对象 pg_lo_import() - 将文件导入为大型对象
PHP:pg_lo_tell()的用法_PostgreSQL函数 pg_lo_tell(PHP4=4.2.0,PHP5)pg_lo_tell返回大型对象的当前指针位置说明intpg_lo_tell(resource$large_object)pg_lo_tell()返回当前指针位置(大型对象中从头开始的偏移量)
PHP:pg_lo_truncate()的用法_PostgreSQL函数 pg_lo_truncate(Noversioninformationavailable,mightonlybeinGit)pg_lo_truncateTruncatesalargeobject说明boolpg_lo_truncate(resource$large_object,int$size)pg_lo_truncate()truncatesalargeobjectresource.T
PHP:pg_lo_seek()的用法_PostgreSQL函数 pg_lo_seek(PHP4=4.2.0,PHP5)pg_lo_seek移动大型对象中的指针说明boolpg_lo_seek(resource$large_object,int$offset[,int$whence])pg_lo_seek()在大型对象资源中移动指针位置。whence参
标签: PHP:pg_lo_unlink()的用法_PostgreSQL函数
本文链接地址:https://www.jiuchutong.com/biancheng/281467.html 转载请保留说明!友情链接: 武汉网站建设