<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.pspell.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.pspell-config-runtogether.php',
    1 => 'pspell_config_runtogether',
    2 => '複合語を有効な単語の組み合わせとして考慮する',
  ),
  'up' => 
  array (
    0 => 'ref.pspell.php',
    1 => 'Pspell 関数',
  ),
  'prev' => 
  array (
    0 => 'function.pspell-config-repl.php',
    1 => 'pspell_config_repl',
  ),
  'next' => 
  array (
    0 => 'function.pspell-config-save-repl.php',
    1 => 'pspell_config_save_repl',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/pspell/functions/pspell-config-runtogether.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.pspell-config-runtogether" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">pspell_config_runtogether</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.2, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">pspell_config_runtogether</span> &mdash; <span class="dc-title">複合語を有効な単語の組み合わせとして考慮する</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.pspell-config-runtogether-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>pspell_config_runtogether</strong></span>(<span class="methodparam"><span class="type"><a href="class.pspell-config.php" class="type PSpell\Config">PSpell\Config</a></span> <code class="parameter">$config</code></span>, <span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$allow</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   この関数は、複合語を正しい複合語として処理するかどうかを定義します。
   つまり、&quot;thecat&quot; には、二つの単語の間に空白はありませんが、
   正しい複合語となります。この設定の変更は、
   <span class="function"><a href="function.pspell-check.php" class="function">pspell_check()</a></span> による戻り値にのみ影響を与えます。
   <span class="function"><a href="function.pspell-suggest.php" class="function">pspell_suggest()</a></span> は、この場合でも修正候補を返します。
  </p>
  <p class="para">
   <span class="function"><strong>pspell_config_runtogether()</strong></span> は、
   <span class="function"><a href="function.pspell-new-config.php" class="function">pspell_new_config()</a></span>
   をコールする前に設定を行うために使用する必要があります。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.pspell-config-runtogether-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">config</code></dt>
     <dd>
      <p class="para"><span class="classname"><a href="class.pspell-config.php" class="classname">PSpell\Config</a></span> クラスのインスタンス。</p>
     </dd>
    
    
     <dt><code class="parameter">allow</code></dt>
     <dd>
      <p class="para">
       連続した単語を複合語として扱う場合な <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>、
       それ以外の場合は <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>。
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.pspell-config-runtogether-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   成功した場合に <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> を、失敗した場合に <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> を返します。
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.pspell-config-runtogether-changelog">
  <h3 class="title">変更履歴</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>バージョン</th>
      <th>説明</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
 <td>8.1.0</td>
 <td>
  引数 <code class="parameter">config</code>
  は、<span class="classname"><a href="class.pspell-config.php" class="classname">PSpell\Config</a></span>
  クラスのインスタンスを期待するようになりました。
  これより前のバージョンでは、<span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> を期待していました。
 </td>
</tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 examples" id="refsect1-function.pspell-config-runtogether-examples">
  <h3 class="title">例</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>例1 <span class="function"><strong>pspell_config_runtogether()</strong></span></strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />$pspell_config </span><span style="color: #007700">= </span><span style="color: #0000BB">pspell_config_create</span><span style="color: #007700">(</span><span style="color: #DD0000">"en"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">pspell_config_runtogether</span><span style="color: #007700">(</span><span style="color: #0000BB">$pspell_config</span><span style="color: #007700">, </span><span style="color: #0000BB">true</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">$pspell </span><span style="color: #007700">= </span><span style="color: #0000BB">pspell_new_config</span><span style="color: #007700">(</span><span style="color: #0000BB">$pspell_config</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">pspell_check</span><span style="color: #007700">(</span><span style="color: #0000BB">$pspell</span><span style="color: #007700">, </span><span style="color: #DD0000">"thecat"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

   </div>
  </p>
 </div>


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