PHP_CompatInfo::removeListener()

PHP_CompatInfo::removeListener()  -- Removes a registered listener

概要

require_once 'PHP/CompatInfo.php';

bool PHP_CompatInfo::removeListener (mixed $callback, string [$nName = EVENT_DISPATCHER_GLOBAL])

説明

Removes a registered listener that correspond to the given criteria.

パラメータ

mixed $callback

A PHP callback

string $nName

(optional) Expected notification name

返り値

returns True if listener was removed, false otherwise.

例外・エラー

throws no exceptions thrown

利用可能なバージョン

since version 1.8.0b3 (2008-06-07)

注意

この関数は、スタティックにコールする ことはできません。

see PHP_CompatInfo::addListener() example