<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/cubridmysql.cubrid.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.cubrid-fetch-object.php',
    1 => 'cubrid_fetch_object',
    2 => 'Fetch the next row and return it as an object',
  ),
  'up' => 
  array (
    0 => 'cubridmysql.cubrid.php',
    1 => 'CUBRID MySQL Compatibility Functions',
  ),
  'prev' => 
  array (
    0 => 'function.cubrid-fetch-lengths.php',
    1 => 'cubrid_fetch_lengths',
  ),
  'next' => 
  array (
    0 => 'function.cubrid-fetch-row.php',
    1 => 'cubrid_fetch_row',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/cubrid/cubridmysql/cubrid-fetch-object.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.cubrid-fetch-object" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">cubrid_fetch_object</h1>
  <p class="verinfo">(PECL CUBRID &gt;= 8.3.0)</p><p class="refpurpose"><span class="refname">cubrid_fetch_object</span> &mdash; <span class="dc-title">Fetch the next row and return it as an object</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.cubrid-fetch-object-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>cubrid_fetch_object</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$result</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$class_name</code><span class="initializer"> = ?</span></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$params</code><span class="initializer"> = ?</span></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$type</code><span class="initializer"> = ?</span></span><br>): <span class="type"><a href="language.types.object.php" class="type object">object</a></span></div>

  <p class="simpara">
    This function returns an object with the column names of the result set as
    properties. The values of these properties are extracted from the current
    row of the result.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.cubrid-fetch-object-parameters">
 <h3 class="title">Elenco dei parametri</h3>
 <dl>
 
  <dt><code class="parameter">result</code></dt>
  <dd><span class="simpara"><code class="parameter">result</code> comes from a call to <span class="function"><a href="function.cubrid-execute.php" class="function">cubrid_execute()</a></span></span></dd>
 
 
   <dt><code class="parameter">class_name</code></dt>
     <dd>
      <span class="simpara">
       The name of the class to instantiate. If not specified, a
       <span class="classname"><a href="class.stdclass.php" class="classname">stdClass</a></span> (stdClass is PHP&#039;s generic empty class
       that&#039;s used when casting other types to objects) object is returned.
      </span>
    </dd>
  
   
    <dt><code class="parameter">params</code></dt>
     <dd>
      <span class="simpara">
       An optional <span class="type"><a href="language.types.array.php" class="type array">array</a></span> of parameters to pass to the constructor
       for <code class="parameter">class_name</code> objects.
      </span>
    </dd>
  
   
    <dt><code class="parameter">type</code></dt>
     <dd>
      <span class="simpara">
       Type can only be CUBRID_LOB, this parameter will be used only when you
       need to operate the lob object.
      </span>
    </dd>
  
 </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.cubrid-fetch-object-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
    An object, when process is successful.
  </p>
   <p class="simpara">
    <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>, when there are no more rows; NULL, when process is unsuccessful.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.cubrid-fetch-object-examples">
  <h3 class="title">Esempi</h3>
  <div class="example" id="example-1">
   <p><strong>Example #1 <span class="function"><strong>cubrid_fetch_object()</strong></span> example</strong></p>
   <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />$conn </span><span style="color: #007700">= </span><span style="color: #0000BB">cubrid_connect</span><span style="color: #007700">(</span><span style="color: #DD0000">"localhost"</span><span style="color: #007700">, </span><span style="color: #0000BB">33000</span><span style="color: #007700">, </span><span style="color: #DD0000">"demodb"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">$res </span><span style="color: #007700">= </span><span style="color: #0000BB">cubrid_execute</span><span style="color: #007700">(</span><span style="color: #0000BB">$conn</span><span style="color: #007700">, </span><span style="color: #DD0000">"SELECT * FROM code"</span><span style="color: #007700">);<br /><br /></span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">cubrid_fetch_object</span><span style="color: #007700">(</span><span style="color: #0000BB">$res</span><span style="color: #007700">));<br /><br /></span><span style="color: #FF8000">// if you want to operate LOB object, you can use cubrid_fetch_object($res, CUBRID_LOB)<br /><br /></span><span style="color: #007700">class </span><span style="color: #0000BB">demodb_code </span><span style="color: #007700">{<br />    public </span><span style="color: #0000BB">$s_name </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;<br />    public </span><span style="color: #0000BB">$f_name </span><span style="color: #007700">= </span><span style="color: #0000BB">null</span><span style="color: #007700">;<br /><br />    public function </span><span style="color: #0000BB">toString</span><span style="color: #007700">() {<br />        </span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);<br />    }<br />}<br /><br /></span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">cubrid_fetch_object</span><span style="color: #007700">(</span><span style="color: #0000BB">$res</span><span style="color: #007700">, </span><span style="color: #DD0000">"demodb_code"</span><span style="color: #007700">));<br /><br /></span><span style="color: #FF8000">// if you want to operate LOB object, you can use cubrid_fetch_object($res, "demodb_code", CUBRID_LOB)<br /><br /></span><span style="color: #007700">class </span><span style="color: #0000BB">demodb_code_construct </span><span style="color: #007700">extends </span><span style="color: #0000BB">demodb_code </span><span style="color: #007700">{<br />    public function </span><span style="color: #0000BB">__construct</span><span style="color: #007700">(</span><span style="color: #0000BB">$s</span><span style="color: #007700">, </span><span style="color: #0000BB">$f</span><span style="color: #007700">) {<br />        </span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">s_name </span><span style="color: #007700">= </span><span style="color: #0000BB">$s</span><span style="color: #007700">;<br />        </span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">f_name </span><span style="color: #007700">= </span><span style="color: #0000BB">$f</span><span style="color: #007700">;<br />    }<br />}<br /><br /></span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">cubrid_fetch_object</span><span style="color: #007700">(</span><span style="color: #0000BB">$res</span><span style="color: #007700">, </span><span style="color: #DD0000">'demodb_code_construct'</span><span style="color: #007700">, array(</span><span style="color: #DD0000">'s_name'</span><span style="color: #007700">, </span><span style="color: #DD0000">'f_name'</span><span style="color: #007700">)));<br /><br /></span><span style="color: #FF8000">// if you want to operate LOB object, you can use cubrid_fetch_object($res, 'demodb_code_construct', array('s_name', 'f_name'), CUBRID_LOB)<br /><br /><br /></span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">cubrid_fetch_object</span><span style="color: #007700">(</span><span style="color: #0000BB">$res</span><span style="color: #007700">));<br /><br /></span><span style="color: #0000BB">cubrid_close_request</span><span style="color: #007700">(</span><span style="color: #0000BB">$res</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">cubrid_disconnect</span><span style="color: #007700">(</span><span style="color: #0000BB">$conn</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
   </div>

    <div class="example-contents"><p>Il precedente esempio visualizzerà:</p></div>
    <div class="example-contents screen">
<div class="examplescode"><pre class="examplescode">object(stdClass)#1 (2) {
  [&quot;s_name&quot;]=&gt;
  string(1) &quot;X&quot;
  [&quot;f_name&quot;]=&gt;
  string(5) &quot;Mixed&quot;
}
object(demodb_code)#1 (2) {
  [&quot;s_name&quot;]=&gt;
  string(1) &quot;W&quot;
  [&quot;f_name&quot;]=&gt;
  string(5) &quot;Woman&quot;
}
object(demodb_code_construct)#1 (2) {
  [&quot;s_name&quot;]=&gt;
  string(6) &quot;s_name&quot;
  [&quot;f_name&quot;]=&gt;
  string(6) &quot;f_name&quot;
}
object(stdClass)#1 (2) {
  [&quot;s_name&quot;]=&gt;
  string(1) &quot;B&quot;
  [&quot;f_name&quot;]=&gt;
  string(6) &quot;Bronze&quot;
}</pre>
</div>
    </div>
  </div>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.cubrid-fetch-object-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
  <li><span class="function"><a href="function.cubrid-execute.php" class="function" rel="rdfs-seeAlso">cubrid_execute()</a> - Execute a prepared SQL statement</span></li>
  <li><span class="function"><a href="function.cubrid-fetch.php" class="function" rel="rdfs-seeAlso">cubrid_fetch()</a> - Fetch the next row from a result set</span></li>
  <li><span class="function"><a href="function.cubrid-fetch-array.php" class="function" rel="rdfs-seeAlso">cubrid_fetch_array()</a> - Fetch a result row as an associative array, a numeric array, or both</span></li>
  <li><span class="function"><a href="function.cubrid-fetch-assoc.php" class="function" rel="rdfs-seeAlso">cubrid_fetch_assoc()</a> - Return the associative array that corresponds to the fetched row</span></li>
  <li><span class="function"><a href="function.cubrid-fetch-row.php" class="function" rel="rdfs-seeAlso">cubrid_fetch_row()</a> - Return a numerical array with the values of the current row</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>