function.ocifetchinto.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 43 行

HTML
43
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Fetches the next row into an array (deprecated)</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.ocifetch.html">ocifetch</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.ocifetchstatement.html">ocifetchstatement</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.ocifetchinto" class="refentry"> <div class="refnamediv">  <h1 class="refname">ocifetchinto</h1>  <p class="verinfo">(PHP 4, PHP 5, PECL oci8:1.0-1.2.4)</p><p class="refpurpose"><span class="refname">ocifetchinto</span> &mdash; <span class="dc-title">Fetches the next row into an array (deprecated)</span></p> </div>  <div class="refsect1 description">  <h3 class="title">Description</h3>  <div class="methodsynopsis dc-description">   <span class="type">int</span> <span class="methodname"><b><b>ocifetchinto</b></b></span>    ( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$statement</tt></span>   , <span class="methodparam"><span class="type">array</span> <tt class="parameter reference">&$result</tt></span>   [, <span class="methodparam"><span class="type">int</span> <tt class="parameter">$mode</tt></span>  ] )</div>  <p class="para rdfs-comment">   This function is deprecated. Recommended alternatives:   <a href="function.oci-fetch-array.html" class="function">oci_fetch_array()</a>, <a href="function.oci-fetch-object.html" class="function">oci_fetch_object()</a>,   <a href="function.oci-fetch-assoc.html" class="function">oci_fetch_assoc()</a> and   <a href="function.oci-fetch-row.html" class="function">oci_fetch_row()</a>.  </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.ocifetch.html">ocifetch</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.ocifetchstatement.html">ocifetchstatement</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 + -
显示快捷键?