<?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-lo-tell.php',
    1 => 'pg_lo_tell',
    2 => 'Restituisce la posizione attuale in un large object',
  ),
  'up' => 
  array (
    0 => 'ref.pgsql.php',
    1 => 'PostgreSQL Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.pg-lo-seek.php',
    1 => 'pg_lo_seek',
  ),
  'next' => 
  array (
    0 => 'function.pg-lo-truncate.php',
    1 => 'pg_lo_truncate',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/pgsql/functions/pg-lo-tell.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.pg-lo-tell" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">pg_lo_tell</h1>
    <p class="verinfo">(PHP 4 &gt;= 4.2.0, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">pg_lo_tell</span> &mdash; <span class="dc-title">
     Restituisce la posizione attuale in un large object
    </span></p>

   </div>
   <div class="refsect1 unknown-388" id="refsect1-function.pg-lo-tell-unknown-388">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>pg_lo_tell</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$large_object</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_lo_tell()</strong></span> restituisce la posizione attuale (offset
     dall&#039;inizio di un large object).
    </p>
    <p class="para">
     Vedere anche <span class="function"><a href="function.pg-lo-seek.php" class="function">pg_lo_seek()</a></span>.
    </p>
   </div>

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