⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 function.oci-fetch-object.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!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 an object</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-assoc.html">oci_fetch_assoc</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.oci-fetch-row.html">oci_fetch_row</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-object" class="refentry"> <div class="refnamediv">  <h1 class="refname">oci_fetch_object</h1>  <p class="verinfo">(PHP 5, PECL oci8:1.1-1.2.4)</p><p class="refpurpose"><span class="refname">oci_fetch_object</span> &mdash; <span class="dc-title">Returns the next row from the result data as an object</span></p> </div>  <div class="refsect1 description">  <h3 class="title">Description</h3>  <div class="methodsynopsis dc-description">   <span class="type">object</span> <span class="methodname"><b><b>oci_fetch_object</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 object.  </p>  <p class="para">   Subsequent calls to <b>oci_fetch_object()</b> will return the   next row from the result 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 object, which attributes correspond to fields in statement, 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>  <blockquote><p><b class="note">Note</b>:    <span class="simpara">    Oracle returns all field names in uppercase and associative indices in    the result object will be uppercased too.   </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-row.html" class="function" rel="rdfs-seeAlso">oci_fetch_row()</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-assoc.html">oci_fetch_assoc</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.oci-fetch-row.html">oci_fetch_row</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -