位置: 编程技术 - 正文
推荐整理分享PHP:pg_fetch_all()的用法_PostgreSQL函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.3.0, PHP 5)
pg_fetch_all — 从结果中提取所有行作为一个数组
说明 array pg_fetch_all ( resource $result )pg_fetch_all() 从结果资源中返回一个包含有所有的行(元组/记录)的数组。如果没有更多行可供提取,则返回 FALSE。
Example #1 pg_fetch_all() 例子
<?php$conn=pg_pconnect("dbname=publisher");if(!$conn){echo"Anerroroccured.n";exit;}$result=pg_query($conn,"SELECT*FROMauthors");if(!$result){echo"Anerroroccured.n";exit;}$arr=pg_fetch_all($result);var_dump($arr);?>参见 pg_fetch_row(),pg_fetch_array(),pg_fetch_object() 和 pg_fetch_result()。
PHP:pg_fetch_all_columns()的用法_PostgreSQL函数 pg_fetch_all_columns(PHP5=5.1.0)pg_fetch_all_columnsFetchesallrowsinaparticularresultcolumnasanarray说明arraypg_fetch_all_columns(resource$result[,int$column=0])pg_fetch_all_columns()returnsanarrayt
PHP:pg_execute()的用法_PostgreSQL函数 pg_execute(PHP5=5.1.0)pg_executeSendsarequesttoexecuteapreparedstatementwithgivenparameters,andwaitsfortheresult.说明resourcepg_execute([resource$connection],string$stmtname,array$params)Sendsareque
PHP:pg_delete()的用法_PostgreSQL函数 pg_delete(PHP4=4.3.0,PHP5)pg_delete删除记录说明mixedpg_delete(resource$connection,string$table_name,array$assoc_array[,int$options=PGSQL_DML_EXEC])pg_delete()删除符合条件的记录,条件
标签: PHP:pg_fetch_all()的用法_PostgreSQL函数
本文链接地址:https://www.jiuchutong.com/biancheng/281501.html 转载请保留说明!友情链接: 武汉网站建设