<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gearmantask.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'gearmantask.function.php',
    1 => 'GearmanTask::function',
    2 => 'Get associated function name (deprecated)',
  ),
  'up' => 
  array (
    0 => 'class.gearmantask.php',
    1 => 'GearmanTask',
  ),
  'prev' => 
  array (
    0 => 'gearmantask.datasize.php',
    1 => 'GearmanTask::dataSize',
  ),
  'next' => 
  array (
    0 => 'gearmantask.functionname.php',
    1 => 'GearmanTask::functionName',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gearman/gearmantask/function.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gearmantask.function" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GearmanTask::function</h1>
  <p class="verinfo">(PECL gearman &lt;= 0.5.0)</p><p class="refpurpose"><span class="refname">GearmanTask::function</span> &mdash; <span class="dc-title">Get associated function name (deprecated)</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gearmantask.function-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>GearmanTask::function</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="simpara">
   Returns the name of the function this task is associated with, i.e., the function
   the Gearman worker calls.
  </p>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <span class="simpara">
    This method has been replaced by <span class="methodname"><a href="gearmantask.functionname.php" class="methodname">GearmanTask::functionName()</a></span> in the
    0.6.0 release of the Gearman extension.
   </span>
  </p></blockquote>
 </div>


 <div class="refsect1 parameters" id="refsect1-gearmantask.function-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gearmantask.function-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="simpara">
   A function name.
  </p>
 </div>


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