<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.pgsql.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.pg-result-status.php',
    1 => 'pg_result_status',
    2 => 'Recupera lo stato del risultato di una query',
  ),
  'up' => 
  array (
    0 => 'ref.pgsql.php',
    1 => 'PostgreSQL Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.pg-result-seek.php',
    1 => 'pg_result_seek',
  ),
  'next' => 
  array (
    0 => 'function.pg-select.php',
    1 => 'pg_select',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/pgsql/functions/pg-result-status.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.pg-result-status" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">pg_result_status</h1>
    <p class="verinfo">(PHP 4 &gt;= 4.2.0, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">pg_result_status</span> &mdash; <span class="dc-title">
     Recupera lo stato del risultato di una query
    </span></p>

   </div>
   <div class="refsect1 unknown-424" id="refsect1-function.pg-result-status-unknown-424">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>pg_result_status</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$risultato</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

    <p class="para rdfs-comment">
     <span class="function"><strong>pg_result_status()</strong></span> restituisce lo stato di una risorsa
     risultato. I valori di ritorno posso essere PGSQL_EMPTY_QUERY,
     PGSQL_COMMAND_OK, PGSQL_TUPLES_OK, PGSQL_COPY_TO,
     PGSQL_COPY_FROM, PGSQL_BAD_RESPONSE, PGSQL_NONFATAL_ERROR e
     PGSQL_FATAL_ERROR.
    </p>
    <p class="para">
     Vedere anche <span class="function"><a href="function.pg-connection-status.php" class="function">pg_connection_status()</a></span>.
    </p>
   </div>

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