<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.inotify.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.inotify-rm-watch.php',
    1 => 'inotify_rm_watch',
    2 => '既存の監視を inotify インスタンスから削除する',
  ),
  'up' => 
  array (
    0 => 'ref.inotify.php',
    1 => 'Inotify 関数',
  ),
  'prev' => 
  array (
    0 => 'function.inotify-read.php',
    1 => 'inotify_read',
  ),
  'next' => 
  array (
    0 => 'book.xattr.php',
    1 => 'xattr',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/inotify/functions/inotify-rm-watch.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.inotify-rm-watch" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">inotify_rm_watch</h1>
  <p class="verinfo">(PECL inotify &gt;= 0.1.2)</p><p class="refpurpose"><span class="refname">inotify_rm_watch</span> &mdash; <span class="dc-title">既存の監視を inotify インスタンスから削除する</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.inotify-rm-watch-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>inotify_rm_watch</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$inotify_instance</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$watch_descriptor</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   <span class="function"><strong>inotify_rm_watch()</strong></span> は、
   <code class="parameter">watch_descriptor</code> がさす監視を inotify インスタンス
   <code class="parameter">inotify_instance</code> から削除します。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.inotify-rm-watch-parameters">
  <h3 class="title">パラメータ</h3>
  <dl>
   
    <dt><code class="parameter">inotify_instance</code></dt>
    <dd>
     <span class="simpara">
      
<span class="function"><a href="function.inotify-init.php" class="function">inotify_init()</a></span> が返すリソース
     </span>
    </dd>
   
   
    <dt><code class="parameter">watch_descriptor</code></dt>
    <dd>
     <span class="simpara">
      インスタンスから削除したい監視。
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.inotify-rm-watch-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.inotify-rm-watch-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.inotify-init.php" class="function" rel="rdfs-seeAlso">inotify_init()</a> - inotify インスタンスを初期化する</span></li>
  </ul>
 </div>


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