位置: 编程技术 - 正文
推荐整理分享PHP:pg_meta_data()的用法_PostgreSQL函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.3.0, PHP 5)
pg_meta_data — 获得表的元数据
说明 array pg_meta_data ( resource $connection , string $table_name )pg_metadata() 以数组形式返回 table_name 表的定义。
Warning此函数是实验性的。此函数的表象,包括名称及其相关文档都可能在未来的PHP 发布版本中未通知就被修改。使用本函数风险自担 。
参数connection
PostgreSQL database connection resource.
table_nameThe name of the table.
返回值以数组 array 形式返回表的定义,如果出错则返回 FALSE。
范例
Example #1 取得表的元数据
<?php$dbconn=pg_connect("dbname=publisher")ordie("Couldnotconnect");$meta=pg_meta_data($dbconn,'authors');if(is_array($meta)){echo'<pre>';var_dump($meta);echo'</pre>';}?>以上例程会输出:
参见pg_convert() - 将关联的数组值转换为适合 SQL 语句的格式。
PHP:pg_lo_write()的用法_PostgreSQL函数 pg_lo_write(PHP4=4.2.0,PHP5)pg_lo_write向大型对象写入数据说明intpg_lo_write(resource$large_object,string$data)pg_lo_write()把data参数中的数据尽可能多地写入大型对象并返
PHP:pg_lo_unlink()的用法_PostgreSQL函数 pg_lo_unlink(PHP4=4.2.0,PHP5)pg_lo_unlink删除一个大型对象说明boolpg_lo_unlink(resource$connection,int$oid)pg_lo_unlink()删除由oid指定的大型对象。成功时返回TRUE,或者在失
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_meta_data()的用法_PostgreSQL函数
本文链接地址:https://www.jiuchutong.com/biancheng/281465.html 转载请保留说明!友情链接: 武汉网站建设