previousPHP_CompatInfo::addListener (Previous) (Next) Parsing Data Sourcesnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

PHP_CompatInfo::removeListener

PHP_CompatInfo::removeListener() – Removes a registered listener

Synopsis

require_once 'PHP/CompatInfo.php';

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

Description

Removes a registered listener that correspond to the given criteria.

Parameter

mixed $callback

A PHP callback

string $nName

(optional) Expected notification name

Return value

returns True if listener was removed, false otherwise.

Throws

throws no exceptions thrown

Since

since version 1.8.0b3 (2008-06-07)

Note

This function can not be called statically.

previousPHP_CompatInfo::addListener (Previous) (Next) Parsing Data Sourcesnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.