<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'gearmanclient.dohighbackground.php',
    1 => 'GearmanClient::doHighBackground',
    2 => 'Run a high priority task in the background',
  ),
  'up' => 
  array (
    0 => 'class.gearmanclient.php',
    1 => 'GearmanClient',
  ),
  'prev' => 
  array (
    0 => 'gearmanclient.dohigh.php',
    1 => 'GearmanClient::doHigh',
  ),
  'next' => 
  array (
    0 => 'gearmanclient.dojobhandle.php',
    1 => 'GearmanClient::doJobHandle',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gearman/gearmanclient/dohighbackground.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gearmanclient.dohighbackground" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GearmanClient::doHighBackground</h1>
  <p class="verinfo">(PECL gearman &gt;= 0.5.0)</p><p class="refpurpose"><span class="refname">GearmanClient::doHighBackground</span> &mdash; <span class="dc-title">Run a high priority task in the background</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gearmanclient.dohighbackground-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>GearmanClient::doHighBackground</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$function</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$workload</code></span>, <span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$unique</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="simpara">
   Runs a high priority task in the background, returning a job handle which can be used
   to get the status of the running task.  High priority tasks take precedence over normal
   and low priority tasks in the job queue.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-gearmanclient.dohighbackground-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">function</code></dt>
    <dd>
     <span class="simpara">
      çalıştırılacak kayıtlı işçi işlev
     </span>
    </dd>
   
   
    <dt><code class="parameter">workload</code></dt>
    <dd>
     <span class="simpara">
      İşlenecek dizeleştirilmiş veri
     </span>
    </dd>
   
   
    <dt><code class="parameter">unique</code></dt>
    <dd>
     <span class="simpara">
      Belli bir görevi kimliklendirmek için
kullanılacak benzersiz kimlik
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gearmanclient.dohighbackground-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="simpara">
   The job handle for the submitted task.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-gearmanclient.dohighbackground-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="gearmanclient.donormal.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doNormal()</a> - Run a single task and return a result</span></li>
   <li><span class="methodname"><a href="gearmanclient.dohigh.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doHigh()</a> - Run a single high priority task</span></li>
   <li><span class="methodname"><a href="gearmanclient.dolow.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doLow()</a> - Run a single low priority task</span></li>
   <li><span class="methodname"><a href="gearmanclient.dobackground.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doBackground()</a> - Run a task in the background</span></li>
   <li><span class="methodname"><a href="gearmanclient.dolowbackground.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doLowBackground()</a> - Run a low priority task in the background</span></li>
  </ul>
 </div>


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