function.oci-fetch-row.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 99 行
HTML
99 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Returns the next row from the result data as a numeric array</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.oci-fetch-object.html">oci_fetch_object</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.oci-fetch.html">oci_fetch</a></div> <div class="up"><a href="ref.oci8.html">OCI8 Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.oci-fetch-row" class="refentry"> <div class="refnamediv"> <h1 class="refname">oci_fetch_row</h1> <p class="verinfo">(PHP 5, PECL oci8:1.1-1.2.4)</p><p class="refpurpose"><span class="refname">oci_fetch_row</span> — <span class="dc-title">Returns the next row from the result data as a numeric array</span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type">array</span> <span class="methodname"><b><b>oci_fetch_row</b></b></span> ( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$statement</tt></span> )</div> <p class="para rdfs-comment"> Returns the next row from the result data as an indexed array. </p> <p class="para"> Calling <b>oci_fetch_row()</b> is identical to calling <a href="function.oci-fetch-array.html" class="function">oci_fetch_array()</a> with <b><tt>OCI_NUM</tt></b>. </p> <p class="para"> Subsequent calls to <b>oci_fetch_row()</b> will return the next row from the result data or <b><tt>FALSE</tt></b> if there are no more rows. </p> <p class="para">For details on the data type mapping performed by the oci8 driver, see the <a href="oci8.datatypes.html" class="link">datatypes supported by the driver</a></p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> <dl> <dt> <span class="term"><i><tt class="parameter">statement</tt></i></span> <dd> <p class="para"> A valid OCI statement identifier. </p> </dd> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> Returns an indexed array with the field information, or <b><tt>FALSE</tt></b> if there are no more rows in the <i><tt class="parameter">statement</tt></i>. </p> <blockquote><p><b class="note">Note</b>: <span class="simpara">This function sets NULL fields tothe PHP <b><tt>NULL</tt></b> value.</span></p></blockquote> </div> <div class="refsect1 seealso"> <h3 class="title">See Also</h3> <p class="para"> <ul class="simplelist"> <li class="member"><a href="function.oci-fetch-array.html" class="function" rel="rdfs-seeAlso">oci_fetch_array()</a></li> <li class="member"><a href="function.oci-fetch-assoc.html" class="function" rel="rdfs-seeAlso">oci_fetch_assoc()</a></li> <li class="member"><a href="function.oci-fetch-object.html" class="function" rel="rdfs-seeAlso">oci_fetch_object()</a></li> <li class="member"><a href="function.oci-fetch-all.html" class="function" rel="rdfs-seeAlso">oci_fetch_all()</a></li> </ul> </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.oci-fetch-object.html">oci_fetch_object</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.oci-fetch.html">oci_fetch</a></div> <div class="up"><a href="ref.oci8.html">OCI8 Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?