位置: 编程技术 - 正文
推荐整理分享PHP:pg_select()的用法_PostgreSQL函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.3.0, PHP 5)
pg_select — 选择记录
说明 mixed pg_select ( resource $connection , string $table_name , array $assoc_array [, int $options = PGSQL_DML_EXEC ] )pg_select() 根据 assoc_array 数组中的 field=>value 值来选择记录。成功的查询返回和 assoc_array 指定的条件相匹配的包括记录和字段的数组。
如果指定了 options,pg_convert() 会按照指定选项作用于 assoc_array 之上。 Warning
此函数是实验性的。此函数的表象,包括名称及其相关文档都可能在未来的PHP 发布版本中未通知就被修改。使用本函数风险自担 。
参数connection
PostgreSQL 数据库连接资源。
table_nameName of the table from which to select rows.
assoc_arrayAn array whose keys are field names in the table table_name, and whose values are the conditions that a row must meet to be retrieved.
optionsAny number of PGSQL_CONV_FORCE_NULL, PGSQL_DML_NO_CONV, PGSQL_DML_EXEC, PGSQL_DML_ASYNC or PGSQL_DML_STRING combined. If PGSQL_DML_STRING is part of the options then query string is returned.
返回值成功时返回 TRUE, 或者在失败时返回 FALSE。 Returns string if PGSQL_DML_STRING is passed via options.
范例
Example #1 pg_select() example
<?php$db=pg_connect('dbname=foo');//Thisissafe,since$_POSTisconvertedautomatically$rec=pg_select($db,'post_log',$_POST);if($rec){echo"Recordsselectedn";var_dump($rec);}else{echo"Usermusthavesentwronginputsn";}?> 参见pg_convert() - 将关联的数组值转换为适合 SQL 语句的格式。
PHP:pg_result_status()的用法_PostgreSQL函数 pg_result_status(PHP4=4.2.0,PHP5)pg_result_status获得查询结果的状态说明intpg_result_status(resource$result)pg_result_status()返回该查询结果资源的状态。可能的返回值有PGSQ
PHP:pg_result_seek()的用法_PostgreSQL函数 pg_result_seek(PHP4=4.3.0,PHP5)pg_result_seek在结果资源中设定内部行偏移量说明arraypg_result_seek(resource$result,int$offset)pg_result_seek()在结果资源中设定内部行偏移量
PHP:pg_result_error()的用法_PostgreSQL函数 pg_result_error(PHP4=4.2.0,PHP5)pg_result_error获得查询结果的错误信息说明stringpg_result_error(resource$result)pg_result_error()返回和result资源关联的错误信息。因此用户
标签: PHP:pg_select()的用法_PostgreSQL函数
本文链接地址:https://www.jiuchutong.com/biancheng/281449.html 转载请保留说明!友情链接: 武汉网站建设