<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.swoole-table.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'swoole-table.current.php',
    1 => 'Swoole\\Table::current',
    2 => 'Get the current row.',
  ),
  'up' => 
  array (
    0 => 'class.swoole-table.php',
    1 => 'Swoole\\Table',
  ),
  'prev' => 
  array (
    0 => 'swoole-table.create.php',
    1 => 'Swoole\\Table::create',
  ),
  'next' => 
  array (
    0 => 'swoole-table.decr.php',
    1 => 'Swoole\\Table::decr',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/swoole/swoole/table/current.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="swoole-table.current" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Swoole\Table::current</h1>
  <p class="verinfo">(PECL swoole &gt;= 1.9.0)</p><p class="refpurpose"><span class="refname">Swoole\Table::current</span> &mdash; <span class="dc-title">Get the current row.</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-swoole-table.current-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Swoole\Table::current</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="para rdfs-comment">

  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-swoole-table.current-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-swoole-table.current-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   
  </p>
 </div>



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