progress.removelistener.pkg
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PKG 代码 · 共 83 行
PKG
83 行
<?xml version="1.0" encoding="iso-8859-1" ?>
<!-- $Revision: 1.4 $ -->
<refentry id="{@id}">
<refnamediv>
<refname><function>HTML_Progress::removeListener</function></refname>
<refpurpose>detachs a progress observer instance to the list of listeners</refpurpose>
</refnamediv>
<refsect1 id="{@id synopsis}">
<title>Synopsis</title>
<refsynopsisdiv>
<refsynopsisdivinfo>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/Progress.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>bool <function>HTML_Progress::removeListener</function></funcdef>
<paramdef>object <parameter>$observer</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdivinfo>
</refsynopsisdiv>
</refsect1>
<refsect1 id="{@id description}">
<title>Description</title>
<para>
This method is used to detach a progress observer or monitor instance from the list of listeners.
This observer instance won't be anymore notified of future events.
</para>
</refsect1>
<refsect1 id="{@id parameter}">
<title>Parameter</title>
<para>
<variablelist>
<varlistentry>
<term>
<type>object</type>
<parameter>$observer</parameter>
</term>
<listitem>
<para>
the HTML_Progress_Observer instance to detach from the list of listeners.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="{@id note}">
<title>Note</title>
<simpara>
( HTML_Progress >= 1.0 )
</simpara>
<para>
<important>
This function can not be called statically.
</important>
</para>
</refsect1>
<refsect1 id="{@id see}">
<title>See</title>
<para>
{@tutorial progress.addlistener.pkg},
{@tutorial progress.getlisteners.pkg}
</para>
</refsect1>
<refsect1 id="{@id example}">
<title>Example</title>
<example>
{@example removelistener.php}
</example>
</refsect1>
</refentry>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?