PHP_CompatInfo_Parser::notifyListeners()
-- Post a new notification to all listeners registered
説明
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
例外・エラー
throws
no exceptions thrown
利用可能なバージョン
since
version 1.8.0b2 (2008-06-03)
注意
この関数は、スタティックにコールする
ことはできません。