uTools-Manuals/docs/php/pg_num_rows.html
2019-04-08 23:22:26 +08:00

39 lines
2.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>返回行的数目</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.pg-num-rows" class="refentry">
<div class="refnamediv">
<h1 class="refname">pg_num_rows</h1>
<p class="verinfo">(PHP 4 &gt;= 4.2.0, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">pg_num_rows</span> &mdash; <span class="dc-title">返回行的数目</span></p>
</div>
<div class="refsect1 unknown-unknown-seealsq" id="refsect1-function.pg-num-rows-unknown-unknown-seealsq">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>pg_num_rows</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$result</code></span>
) : <span class="type">int</span></div>
<p class="para rdfs-comment">
<span class="function"><strong>pg_num_rows()</strong></span> 返回 PostgreSQL <code class="parameter">result</code> 中的行的数目。<code class="parameter">result</code> 参数是由 <span class="function"><a href="pg_query.html" class="function">pg_query()</a></span> 函数返回的查询结果资源号。如果出错则返回 -1。
</p>
<blockquote class="note"><p><strong class="note">Note</strong>:
<p class="para">
<span class="function"><a href="pg_affected_rows.html" class="function">pg_affected_rows()</a></span> 函数获得被 INSERTUPDATE 和 DELETE 命令影响到的行的数目。
</p>
</p></blockquote>
<blockquote class="note"><p><strong class="note">Note</strong>:
<p class="para">
本函数以前的名字为 <em>pg_numrows()</em>
</p>
</p></blockquote>
<p class="para">
参见 <span class="function"><a href="pg_num_fields.html" class="function">pg_num_fields()</a></span><span class="function"><a href="pg_affected_rows.html" class="function">pg_affected_rows()</a></span>
</p>
</div>
</div></div></div></body></html>