mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-19 02:18:56 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146578 c90b9560-bf6c-de11-be94-00142212c4b1
153 lines
3.5 KiB
XML
153 lines
3.5 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<reference id="ref.fam">
|
|
<title>File alteration monitor functions</title>
|
|
<titleabbrev>fam</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="fam.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
FAM monitors files and directories, notifying interested
|
|
applications of changes.
|
|
</para>
|
|
<para>
|
|
A PHP script may specify a list of files for FAM to monitor
|
|
using the functions provided by this extension.
|
|
</para>
|
|
<para>
|
|
The FAM process is started when the first connection
|
|
from any application to it is opened. It exits after all
|
|
connections to it have been closed.
|
|
</para>
|
|
¬e.no-windows.extension;
|
|
</section>
|
|
|
|
<section id="fam.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
This extension requires ... version ... as available on ...
|
|
</para>
|
|
</section>
|
|
|
|
<section id="fam.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
</para>
|
|
</section>
|
|
|
|
<section id="fam.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section id="fam.resources">
|
|
&reftitle.resources;
|
|
<section id="fam.resources.fam">
|
|
<title>FAM resource</title>
|
|
<para>
|
|
</para>
|
|
</section>
|
|
</section>
|
|
|
|
<section id="fam.constants">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<para>
|
|
<table>
|
|
<title>FAM constants</title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Constant</entry>
|
|
<entry>meaning</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>
|
|
<constant>FAMChanged</constant> (<type>integer</type>)
|
|
</entry>
|
|
<entry>
|
|
The status of
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>
|
|
<constant>FAMDeleted</constant> (<type>integer</type>)
|
|
</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>
|
|
<constant>FAMStartExecuting</constant> (<type>integer</type>)
|
|
</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>
|
|
<constant>FAMStopExecuting</constant> (<type>integer</type>)
|
|
</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>
|
|
<constant>FAMCreated</constant> (<type>integer</type>)
|
|
</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>
|
|
<constant>FAMMoved</constant> (<type>integer</type>)
|
|
</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>
|
|
<constant>FAMAcknowledge</constant> (<type>integer</type>)
|
|
</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>
|
|
<constant>FAMExists</constant> (<type>integer</type>)
|
|
</entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry>
|
|
<constant>FAMEndExist</constant> (<type>integer</type>)
|
|
</entry>
|
|
<entry></entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
</section>
|
|
|
|
</partintro>
|
|
|
|
&reference.fam.functions;
|
|
|
|
</reference>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|