PHP_CompatInfo_Parser::notifyListeners()

PHP_CompatInfo_Parser::notifyListeners()  -- Post a new notification to all listeners registered

Synopsis

require_once 'PHP/CompatInfo/Parser.php';

void PHP_CompatInfo_Parser::notifyListeners (string $event, array [$info = array()])

Description

This notification occured only if a dispatcher exists. That means if at least one listener was registered.

Paramètres

chaîne de caractères $event

Name of the notification handler

array $info

(optional) Additional information about the notification

Valeur retournée

returns void

Valeurs renvoyées

throws no exceptions thrown

Depuis

since version 1.8.0b2 (2008-06-03)

Note

Cette fonction ne peut pas être appelée de façon statique.