<?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 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'intlbreakiterator.settext.php',
    1 => 'IntlBreakIterator::setText',
    2 => 'Define o texto a ser percorrido',
  ),
  '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' => 'pt_BR',
    '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">Define o texto a ser percorrido</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-intlbreakiterator.settext-description">
  <h3 class="title">Descrição</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">Aviso</strong><p class="simpara">Esta função não
está documentada; apenas a lista de argumentos está disponível.
</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-intlbreakiterator.settext-parameters">
  <h3 class="title">Parâmetros</h3>
  <dl>
   
    <dt><code class="parameter">text</code></dt>
    <dd>
     <p class="para">

     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-intlbreakiterator.settext-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="para">
   Retorna <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> em caso de sucesso ou <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> em caso de falha.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-intlbreakiterator.settext-changelog">
  <h3 class="title">Registro de Alterações</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Versão</th>
       <th>Descrição</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.3.0</td>
       <td>
        Este método agora retorna <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> em caso de falha; anteriormente retornava <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


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