<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gearmanclient.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'gearmanclient.data.php',
    1 => 'GearmanClient::data',
    2 => 'Get the application data (deprecated)',
  ),
  'up' => 
  array (
    0 => 'class.gearmanclient.php',
    1 => 'GearmanClient',
  ),
  'prev' => 
  array (
    0 => 'gearmanclient.context.php',
    1 => 'GearmanClient::context',
  ),
  'next' => 
  array (
    0 => 'gearmanclient.do.php',
    1 => 'GearmanClient::do',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gearman/gearmanclient/data.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gearmanclient.data" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GearmanClient::data</h1>
  <p class="verinfo">(PECL gearman &lt;= 0.5.0)</p><p class="refpurpose"><span class="refname">GearmanClient::data</span> &mdash; <span class="dc-title">Get the application data (deprecated)</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gearmanclient.data-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>GearmanClient::data</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Get the application data previously set with <span class="methodname"><a href="gearmanclient.setdata.php" class="methodname">GearmanClient::setData()</a></span>.
  </p>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
   <p class="para">
    This method was replaced by <span class="methodname"><a href="gearmanclient.setcontext.php" class="methodname">GearmanClient::setContext()</a></span> in the
    0.6.0 release of the Gearman extension.
   </p>
  </p></blockquote>
 </div>


 <div class="refsect1 parameters" id="refsect1-gearmanclient.data-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gearmanclient.data-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   The same string data set with <span class="methodname"><a href="gearmanclient.setdata.php" class="methodname">GearmanClient::setData()</a></span>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-gearmanclient.data-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="gearmanclient.setdata.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::setData()</a> - Set application data (deprecated)</span></li>
   </ul>
  </p>
 </div>


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