PHP_CompatInfo_Parser::notifyListeners()

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

概要

require_once 'PHP/CompatInfo/Parser.php';

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

説明

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

パラメータ

string $event

Name of the notification handler

array $info

(optional) Additional information about the notification

返り値

returns void

例外・エラー

throws no exceptions thrown

利用可能なバージョン

since version 1.8.0b2 (2008-06-03)

注意

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