<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'gearmanclient.dohighbackground.php',
    1 => 'GearmanClient::doHighBackground',
    2 => 'Ex&eacute;cute une t&acirc;che en priorit&eacute; haute en arri&egrave;re plan',
  ),
  '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' => 'fr',
    '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">Exécute une tâche en priorité haute en arrière plan</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gearmanclient.dohighbackground-description">
  <h3 class="title">Description</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">
   Exécute une tâche en priorité haute en arrière plan, et retourne
   un gestionnaire de travail qui peut être utilisé pour récupérer
   le statut de la tâche. Les tâches en priorité haute seront exécutées
   avant les normales et les basses de la file d&#039;attente.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-gearmanclient.dohighbackground-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   
    <dt><code class="parameter">function</code></dt>
    <dd>
     <span class="simpara">
      Une fonction enregistrée que le travailleur va exécuter
     </span>
    </dd>
   
   
    <dt><code class="parameter">workload</code></dt>
    <dd>
     <span class="simpara">
      Données sérialisées à analyser
     </span>
    </dd>
   
   
    <dt><code class="parameter">unique</code></dt>
    <dd>
     <span class="simpara">
      Un identifiant unique utilisé pour identifier une tâche particulière
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gearmanclient.dohighbackground-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Le gestionnaire de travail de la tâche ajoutée.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-gearmanclient.dohighbackground-seealso">
  <h3 class="title">Voir aussi</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="gearmanclient.donormal.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doNormal()</a> - Ex&eacute;cute une t&acirc;che et retourne le r&eacute;sultat</span></li>
   <li><span class="methodname"><a href="gearmanclient.dohigh.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doHigh()</a> - Ex&eacute;cute une seule t&acirc;che en priorit&eacute; haute</span></li>
   <li><span class="methodname"><a href="gearmanclient.dolow.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doLow()</a> - Ex&eacute;cute une seule t&acirc;che en priorit&eacute; basse</span></li>
   <li><span class="methodname"><a href="gearmanclient.dobackground.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doBackground()</a> - Ex&eacute;cute une t&acirc;che en arri&egrave;re-plan</span></li>
   <li><span class="methodname"><a href="gearmanclient.dolowbackground.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doLowBackground()</a> - Ex&eacute;cute une t&acirc;che en priorit&eacute; basse en arri&egrave;re-plan</span></li>
  </ul>
 </div>


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