<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.swoole-atomic.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'swoole-atomic.set.php',
    1 => 'Swoole\\Atomic::set',
    2 => 'D&eacute;finit une nouvelle valeur &agrave; l\'objet atomique.',
  ),
  'up' => 
  array (
    0 => 'class.swoole-atomic.php',
    1 => 'Swoole\\Atomic',
  ),
  'prev' => 
  array (
    0 => 'swoole-atomic.get.php',
    1 => 'Swoole\\Atomic::get',
  ),
  'next' => 
  array (
    0 => 'swoole-atomic.sub.php',
    1 => 'Swoole\\Atomic::sub',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/swoole/swoole/atomic/set.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="swoole-atomic.set" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Swoole\Atomic::set</h1>
  <p class="verinfo">(PECL swoole &gt;= 1.9.0)</p><p class="refpurpose"><span class="refname">Swoole\Atomic::set</span> &mdash; <span class="dc-title">Définit une nouvelle valeur à l&#039;objet atomique.</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-swoole-atomic.set-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Swoole\Atomic::set</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
    Définit une nouvelle valeur à l&#039;objet atomique.
  </p>

  
<div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">
 Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.
</p>
</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-swoole-atomic.set-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   
    <dt><code class="parameter">value</code></dt>
    <dd>
     <p class="para">
      La valeur à définir à l&#039;objet atomique.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-swoole-atomic.set-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   La nouvelle valeur de l&#039;objet atomique.
  </p>
 </div>



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