<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.streamwrapper.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'streamwrapper.stream-tell.php',
    1 => 'streamWrapper::stream_tell',
    2 => 'Recuperar la posici&oacute;n actual de un flujo',
  ),
  'up' => 
  array (
    0 => 'class.streamwrapper.php',
    1 => 'streamWrapper',
  ),
  'prev' => 
  array (
    0 => 'streamwrapper.stream-stat.php',
    1 => 'streamWrapper::stream_stat',
  ),
  'next' => 
  array (
    0 => 'streamwrapper.stream-truncate.php',
    1 => 'streamWrapper::stream_truncate',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/stream/streamwrapper/stream-tell.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="streamwrapper.stream-tell" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">streamWrapper::stream_tell</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.2, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">streamWrapper::stream_tell</span> &mdash; <span class="dc-title">Recuperar la posición actual de un flujo</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.stream-tell-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>streamWrapper::stream_tell</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Este método es llamado en respuesta a <span class="function"><a href="function.fseek.php" class="function">fseek()</a></span>
   para determinar la posición actual.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-streamwrapper.stream-tell-parameters">
  <h3 class="title">Parámetros</h3>
  <p class="para">Esta función no contiene ningún parámetro.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-streamwrapper.stream-tell-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="para">
   Debería devolver la posición actual del flujo.
  </p>
 </div>




 <div class="refsect1 seealso" id="refsect1-streamwrapper.stream-tell-seealso">
  <h3 class="title">Ver también</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ftell.php" class="function" rel="rdfs-seeAlso">ftell()</a> - Devuelve la posici&oacute;n actual del puntero de archivo</span></li>
   </ul>
  </p>
 </div>


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