<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.intlbreakiterator.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'intlbreakiterator.settext.php',
    1 => 'IntlBreakIterator::setText',
    2 => 'D&eacute;finit le texte &agrave; analyser',
  ),
  'up' => 
  array (
    0 => 'class.intlbreakiterator.php',
    1 => 'IntlBreakIterator',
  ),
  'prev' => 
  array (
    0 => 'intlbreakiterator.previous.php',
    1 => 'IntlBreakIterator::previous',
  ),
  'next' => 
  array (
    0 => 'class.intlrulebasedbreakiterator.php',
    1 => 'IntlRuleBasedBreakIterator',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/intl/intlbreakiterator/settext.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intlbreakiterator.settext" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">IntlBreakIterator::setText</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.5.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">IntlBreakIterator::setText</span> &mdash; <span class="dc-title">Définit le texte à analyser</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-intlbreakiterator.settext-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>IntlBreakIterator::setText</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$text</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">

  </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-intlbreakiterator.settext-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   
    <dt><code class="parameter">text</code></dt>
    <dd>
     <p class="para">
      Cette fonction retourne <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> en cas de succès ou <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> si une erreur survient.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 changelog" id="refsect1-intlbreakiterator.settext-changelog">
  <h3 class="title">Historique</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Version</th>
       <th>Description</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.3.0</td>
       <td>
        Cette méthode retourne désormais <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> en cas d&#039;échec ; précédemment elle retournait <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-intlbreakiterator.settext-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   
  </p>
 </div>



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