«

PHP:pg_last_error()的用法

时间:2024-3-1 20:39     作者:韩俊     分类: PHP


pg_last_error

(PHP 4 >= 4.2.0, PHP 5)

pg_last_error — 得到某连接的最后一条错误信息

<h3>说明</h3>
  string <strong>pg_last_error</strong>
   ([ resource <code>$connection</code>
 ] )
<p>
 <strong>pg_last_error()</strong> 返回指定连接 <code>connection</code> 的最后一条错误信息。
</p>
<p>
 错误信息可能会被 PostgreSQL(libpq) 的内部函数调用所覆盖。如果 PostgreSQL 的内部模块函数产生了多个错误,则可能不能返回适当的错误信息。
</p>
<p>
 使用 pg_result_error(),pg_result_status() 和 pg_connection_status() 来取得更好的错误处理。
</p>
<p><strong>Note</strong>:
 <p>
  本函数以前的名字为 pg_errormessage()。
 </p>
</p>
<p>
 参见 pg_result_error()。
</p>

标签: php php教程

热门推荐