?? function.oci-field-type-raw.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Tell the raw Oracle data type of the field</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-field-size.html">oci_field_size</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.oci-field-type.html">oci_field_type</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-field-type-raw" class="refentry"> <div class="refnamediv"> <h1 class="refname">oci_field_type_raw</h1> <p class="verinfo">(PHP 5, PECL oci8:1.1-1.2.4)</p><p class="refpurpose"><span class="refname">oci_field_type_raw</span> — <span class="dc-title">Tell the raw Oracle data type of the field</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>oci_field_type_raw</b></b></span> ( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$statement</tt></span> , <span class="methodparam"><span class="type">int</span> <tt class="parameter">$field</tt></span> )</div> <p class="para rdfs-comment"> Returns Oracle's raw data type of the <i><tt class="parameter">field</tt></i>. </p> <p class="para"> However, if you want to get field's type, then <a href="function.oci-field-type.html" class="function">oci_field_type()</a> will suit you better. </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> <dt> <span class="term"><i><tt class="parameter">field</tt></i></span> <dd> <p class="para"> Can be the field's index (1-based) or name. </p> </dd> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> Returns Oracle's raw data type as a string, or <b><tt>FALSE</tt></b> on errors. </p> </div> <div class="refsect1 notes"> <h3 class="title">Notes</h3> <blockquote><p><b class="note">Note</b>: In PHP versions before 5.0.0 you must use <a href="function.ocicolumntyperaw.html" class="function">ocicolumntyperaw()</a> instead. This name still can be used, it was left as alias of <b>oci_field_type_raw()</b> for downwards compatability. This, however, is deprecated and not recommended. <br /> </p></blockquote> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.oci-field-size.html">oci_field_size</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.oci-field-type.html">oci_field_type</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 + -