<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.openal.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.openal-context-destroy.php',
    1 => 'openal_context_destroy',
    2 => 'コンテキストを削除する',
  ),
  'up' => 
  array (
    0 => 'ref.openal.php',
    1 => 'OpenAL 関数',
  ),
  'prev' => 
  array (
    0 => 'function.openal-context-current.php',
    1 => 'openal_context_current',
  ),
  'next' => 
  array (
    0 => 'function.openal-context-process.php',
    1 => 'openal_context_process',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/openal/functions/openal-context-destroy.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.openal-context-destroy" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">openal_context_destroy</h1>
  <p class="verinfo">(PECL openal &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">openal_context_destroy</span> &mdash; <span class="dc-title">
   コンテキストを削除する
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.openal-context-destroy-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>openal_context_destroy</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$context</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

 </div>

 <div class="refsect1 parameters" id="refsect1-function.openal-context-destroy-parameters">
  <h3 class="title">パラメータ</h3>
  <dl>
   
    <dt><code class="parameter">context</code></dt>
    <dd>
     <span class="simpara">
      <a href="openal.resources.php" class="link">Open AL (コンテキスト)</a> リソース
      (事前に <span class="function"><a href="function.openal-context-create.php" class="function">openal_context_create()</a></span> で作成したもの)。
     </span>
    </dd>
   
  </dl>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.openal-context-destroy-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="simpara">
   成功した場合に <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 seealso" id="refsect1-function.openal-context-destroy-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.openal-context-create.php" class="function" rel="rdfs-seeAlso">openal_context_create()</a> - 音声処理コンテキストを作成する</span></li>
  </ul>
 </div>

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