<?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.dolowbackground.php',
    1 => 'GearmanClient::doLowBackground',
    2 => 'Ex&eacute;cute une t&acirc;che en priorit&eacute; basse en arri&egrave;re-plan',
  ),
  'up' => 
  array (
    0 => 'class.gearmanclient.php',
    1 => 'GearmanClient',
  ),
  'prev' => 
  array (
    0 => 'gearmanclient.dolow.php',
    1 => 'GearmanClient::doLow',
  ),
  'next' => 
  array (
    0 => 'gearmanclient.donormal.php',
    1 => 'GearmanClient::doNormal',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/gearman/gearmanclient/dolowbackground.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gearmanclient.dolowbackground" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GearmanClient::doLowBackground</h1>
  <p class="verinfo">(PECL gearman &gt;= 0.5.0)</p><p class="refpurpose"><span class="refname">GearmanClient::doLowBackground</span> &mdash; <span class="dc-title">Exécute une tâche en priorité basse en arrière-plan</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gearmanclient.dolowbackground-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>GearmanClient::doLowBackground</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é basse en arrière-plan, puis, retourne
   le gestionnaire de travaux qui pourra être utilisé pour récupérer le statut
   de la tâche en cours. Les tâches dont la priorité est normale et haute auront la
   priorité sur celle dont la priorité est basse dans la file d&#039;attente.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-gearmanclient.dolowbackground-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.dolowbackground-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Le gestionnaire de travaux de la tâche soumise.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-gearmanclient.dolowbackground-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.dohighbackground.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::doHighBackground()</a> - Ex&eacute;cute une t&acirc;che en priorit&eacute; haute en arri&egrave;re plan</span></li>
  </ul>
 </div>


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